Changeset - r14:00e24846c38b
[Not reviewed]
master
0 1 0
truelight - 20 years ago 2004-08-10 19:03:16
truelight@openttd.org
(svn r15) -Fix: loan increase/decrease showed 1 instead of 10000
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
player_gui.c
Show inline comments
 
@@ -135,7 +135,7 @@ static void PlayerFinancesWndProc(Window
 
		SET_DPARAM16(0, p->name_1);
 
		SET_DPARAM32(1, p->name_2);
 
		SET_DPARAM16(2, GetPlayerNameString((byte)w->window_number, 3));
 
		SET_DPARAM32(4, 10000);
 
		SET_DPARAM32(3, 10000);
 
		DrawWindowWidgets(w);
 

	
 
		DrawPlayerEconomyStats(p, (byte)WP(w,def_d).data_1);
0 comments (0 inline, 0 general)