summaryrefslogtreecommitdiff
path: root/player_gui.c
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2004-08-10 21:29:47 +0000
committerdarkvater <darkvater@openttd.org>2004-08-10 21:29:47 +0000
commit637a567acb18e22b18e3df329f7f14e14ef3bc88 (patch)
tree1115827be2b1dcc54ccdcae40b740e8b5254cce9 /player_gui.c
parent9c4abb643cc0d9db718dc2c2deb6ce016bd06c33 (diff)
downloadopenttd-637a567acb18e22b18e3df329f7f14e14ef3bc88.tar.xz
(svn r17) -Fix Player window fixes, Getstring id0 fixes, Finances window is now ok
Diffstat (limited to 'player_gui.c')
-rw-r--r--player_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player_gui.c b/player_gui.c
index 497c12811..38821d5ad 100644
--- a/player_gui.c
+++ b/player_gui.c
@@ -135,7 +135,7 @@ static void PlayerFinancesWndProc(Window *w, WindowEvent *e)
SET_DPARAM16(0, p->name_1);
SET_DPARAM32(1, p->name_2);
SET_DPARAM16(2, GetPlayerNameString((byte)w->window_number, 3));
- SET_DPARAM32(3, 10000);
+ SET_DPARAM32(4, 10000);
DrawWindowWidgets(w);
DrawPlayerEconomyStats(p, (byte)WP(w,def_d).data_1);