From e4940ebc79149fee171d11ed33e10a810a25c379 Mon Sep 17 00:00:00 2001 From: darkvater Date: Tue, 10 Aug 2004 14:32:17 +0000 Subject: (svn r3) -[1005611] Player Window patch: When looking in dropdownlist for player stuff, it will say for all human players (Player #), not only for the first 2 --- main_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main_gui.c') diff --git a/main_gui.c b/main_gui.c index 5dbeabf2f..46ec07d80 100644 --- a/main_gui.c +++ b/main_gui.c @@ -504,7 +504,7 @@ static void PlayerMenuWndProc(Window *w, WindowEvent *e) SET_DPARAM16(0, p->name_1); SET_DPARAM32(1, p->name_2); - SET_DPARAM16(2, GetPlayerNameString(p->index)); + SET_DPARAM16(2, GetPlayerNameString(p->index, 3)); color = (byte)((p->index==sel) ? 0xC : 0x10); if (chk&1) color = 14; -- cgit v1.2.3-54-g00ecf