player_gui.c
changeset 150 636c31df729f
parent 147 d0c8100d18cf
child 176 84990c4b9212
--- a/player_gui.c	Fri Sep 03 17:57:27 2004 +0000
+++ b/player_gui.c	Fri Sep 03 18:00:19 2004 +0000
@@ -484,8 +484,8 @@
 		SET_DPARAM16(2, GetPlayerNameString((byte)w->window_number, 3));
 
 		dis = 0;
-		if (GetAmountOwnedBy(p, 0xFF) == 0) dis |= 1 << 8;
-		if (GetAmountOwnedBy(p, _local_player) == 0) dis |= 1 << 9;
+		if (GetAmountOwnedBy(p, 0xFF) == 0) dis |= 1 << 9;
+		if (GetAmountOwnedBy(p, _local_player) == 0) dis |= 1 << 10;
 
 		w->disabled_state = dis;
 		DrawWindowWidgets(w);