diff -r 10ce7350f76b -r 51ee4f459268 ship_gui.c --- a/ship_gui.c Tue Jun 21 14:50:08 2005 +0000 +++ b/ship_gui.c Tue Jun 21 16:28:17 2005 +0000 @@ -926,7 +926,7 @@ /* draw the widgets */ { - const Player *p = DEREF_PLAYER(owner); + const Player *p = GetPlayer(owner); if (station == -1) { /* Company Name -- (###) Trains */ SetDParam(0, p->name_1);