File diff r1961:7949b074d614 → r1962:cc4c06e3f6b5
aircraft_gui.c
Show inline comments
 
@@ -942,7 +942,7 @@ static void PlayerAircraftWndProc(Window
 

	
 
		/* draw the widgets */
 
		{
 
			const Player *p = DEREF_PLAYER(owner);
 
			const Player *p = GetPlayer(owner);
 
			if (station == -1) {
 
				/* Company Name -- (###) Aircraft */
 
				SetDParam(0, p->name_1);