summaryrefslogtreecommitdiff
path: root/source/mvd_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/mvd_client.c')
-rw-r--r--source/mvd_client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/mvd_client.c b/source/mvd_client.c
index 2f4690e..d80fa09 100644
--- a/source/mvd_client.c
+++ b/source/mvd_client.c
@@ -208,6 +208,7 @@ void MVD_ClearState( mvd_t *mvd ) {
memset( mvd->configstrings, 0, sizeof( mvd->configstrings ) );
mvd->framenum = 0;
+ mvd->intermission = qfalse;
}
static void MVD_EmitGamestate( mvd_t *mvd ) {