summaryrefslogtreecommitdiff
path: root/source/mvd_client.c
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2007-12-31 00:04:19 +0000
committerAndrey Nazarov <skuller@skuller.net>2007-12-31 00:04:19 +0000
commit194e5902b2cdb3862874221c5720db5c8a2797eb (patch)
tree82bfae590318fd4360f515100c40951927827f1c /source/mvd_client.c
parent813810dd80b0df2452afe11b671f3204584bca9c (diff)
Attempt to detect intermission/timeout start and open scoreboard for all GTV clients.
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 ) {