File diff r1961:7949b074d614 → r1962:cc4c06e3f6b5
station_gui.c
Show inline comments
 
@@ -154,7 +154,7 @@ static void PlayerStationsWndProc(Window
 

	
 
		/* draw widgets, with player's name in the caption */
 
		{
 
			Player *p = DEREF_PLAYER(window_number);
 
			Player *p = GetPlayer(window_number);
 
			SetDParam(0, p->name_1);
 
			SetDParam(1, p->name_2);
 
			SetDParam(2, w->vscroll.count);