summaryrefslogtreecommitdiff
path: root/src/g_game.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/g_game.c')
-rw-r--r--src/g_game.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/g_game.c b/src/g_game.c
index 3a4cba02..f46f0d72 100644
--- a/src/g_game.c
+++ b/src/g_game.c
@@ -666,7 +666,7 @@ boolean G_Responder (event_t* ev)
{
// allow spy mode changes even during the demo
if (gamestate == GS_LEVEL && ev->type == ev_keydown
- && ev->data1 == KEY_F12 && (singledemo || !deathmatch) )
+ && ev->data1 == KEY_F12 && (singledemo || !deathmatch) )
{
// spy mode
do