player_gui.c
changeset 1003 5ce43e332bab
parent 998 d9dc257b8949
child 1007 65b0cbc302cc
--- a/player_gui.c	Thu Jan 13 17:23:24 2005 +0000
+++ b/player_gui.c	Thu Jan 13 20:46:39 2005 +0000
@@ -163,7 +163,7 @@
 			bool stickied = !!(w->flags4 & WF_STICKY);
 			int player = w->window_number;
 			DeleteWindow(w);
-			DoShowPlayerFinances(player, mode^1, stickied);
+			DoShowPlayerFinances(player, !HASBIT(mode, 0), stickied);
 		} break;
 
 		case 6: /* increase loan */