forked from mirror/OpenTTD
(svn r1502) -Fix: [1101889] Crash under windows... stupid typo in player_gui.c ^ should've been &
-Fix: in multiplayer clientlist can only be opened once
This commit is contained in:
@@ -163,7 +163,7 @@ static void PlayerFinancesWndProc(Window *w, WindowEvent *e)
|
||||
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 */
|
||||
|
Reference in New Issue
Block a user