summaryrefslogtreecommitdiff
path: root/player_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'player_gui.c')
-rw-r--r--player_gui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/player_gui.c b/player_gui.c
index 8bb257374..109e3e80c 100644
--- a/player_gui.c
+++ b/player_gui.c
@@ -833,10 +833,10 @@ static void HighScoreWndProc(Window *w, WindowEvent *e)
DrawString(x + 71, y + 160 + (i * 55), STR_HIGHSCORE_STATS, colour);
}
}
- } break;
+ } break;
case WE_CLICK: /* Onclick get back all hidden windows */
- if (_game_mode != GM_MENU && !_networking)
+ if (_game_mode != GM_MENU && !_networking)
ShowVitalWindows();
DoCommandP(0, 0, 0, NULL, CMD_PAUSE);