diff options
Diffstat (limited to 'source/mvd_parse.c')
-rw-r--r-- | source/mvd_parse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/mvd_parse.c b/source/mvd_parse.c index 854ace2..8869e1c 100644 --- a/source/mvd_parse.c +++ b/source/mvd_parse.c @@ -940,6 +940,8 @@ static void MVD_ChangeLevel( mvd_t *mvd ) { mvd->intermission = qfalse; + mvd_dirty = qtrue; + SV_SendAsyncPackets(); } @@ -1080,8 +1082,6 @@ static void MVD_ParseServerData( mvd_t *mvd, int extrabits ) { } List_Append( &cur->entry, &mvd->entry ); mvd->state = MVD_WAITING; - - mvd_dirty = qtrue; } // case all UDP clients to reconnect |