(svn r17) -Fix Player window fixes, Getstring id0 fixes, Finances window is now ok

This commit is contained in:
darkvater
2004-08-10 21:29:47 +00:00
parent 9c4abb643c
commit 637a567acb
4 changed files with 17 additions and 5 deletions

View File

@@ -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);