summaryrefslogtreecommitdiff
path: root/main_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'main_gui.c')
-rw-r--r--main_gui.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/main_gui.c b/main_gui.c
index 60119965d..a705f707c 100644
--- a/main_gui.c
+++ b/main_gui.c
@@ -1889,8 +1889,7 @@ static void MainToolbarWndProc(Window *w, WindowEvent *e)
} break;
case WE_KEYPRESS: {
- int local = _local_player;
- if (local == 0xff) local = 0; // spectator
+ PlayerID local = (_local_player != OWNER_SPECTATOR) ? _local_player : 0;
switch(e->keypress.keycode) {
case WKC_F1: case WKC_PAUSE: