File diff r1961:7949b074d614 → r1962:cc4c06e3f6b5
ship_gui.c
Show inline comments
 
@@ -926,7 +926,7 @@ static void PlayerShipsWndProc(Window *w
 

	
 
		/* 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);