diff options
author | /dev/humancontroller <devhc@example.com> | 2015-06-14 15:22:09 +0200 |
---|---|---|
committer | /dev/humancontroller <devhc@example.com> | 2017-03-09 13:51:16 +0100 |
commit | fd05e89083603366d816445350b632ae60bc4387 (patch) | |
tree | 2b4bb156584235b025ca653987762056d28b771d /src/game/g_local.h | |
parent | 189239bc44323954c70fa9cd61d955fc3345673d (diff) |
do not "exit the level" multiple times when using admin/console commands
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index 36dfff88..0ff9ce1a 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -612,6 +612,7 @@ typedef struct char spawnVarChars[ MAX_SPAWN_VARS_CHARS ]; // intermission state + qboolean exited; int intermissionQueued; // intermission was qualified, but // wait INTERMISSION_DELAY_TIME before // actually going there so the last |