Index: rats_act.c =================================================================== --- rats_act.c (revision 4857) +++ rats_act.c (revision 4858) @@ -107,7 +107,7 @@ SET_FLAG(PCB_FLAG_SELECTED, shorty); DrawRat(shorty); Draw(); - CenterDisplay((shorty->Point2.X + shorty->Point1.X) / 2, (shorty->Point2.Y + shorty->Point1.Y) / 2); + pcb_center_display((shorty->Point2.X + shorty->Point1.X) / 2, (shorty->Point2.Y + shorty->Point1.Y) / 2); } break; }