File diff r1961:7949b074d614 → r1962:cc4c06e3f6b5
subsidy_gui.c
Show inline comments
 
@@ -112,7 +112,7 @@ static void DrawSubsidiesWindow(Window *
 
		if (s->cargo_type != 0xFF && s->age >= 12) {
 
			SetupSubsidyDecodeParam(s, 1);
 

	
 
			p = DEREF_PLAYER(GetStation(s->to)->owner);
 
			p = GetPlayer(GetStation(s->to)->owner);
 
			SetDParam(3, p->name_1);
 
			SetDParam(4, p->name_2);