summaryrefslogtreecommitdiff
path: root/source/mvd_parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/mvd_parse.c')
-rw-r--r--source/mvd_parse.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/source/mvd_parse.c b/source/mvd_parse.c
index bc8c2c1..0045bc9 100644
--- a/source/mvd_parse.c
+++ b/source/mvd_parse.c
@@ -992,14 +992,13 @@ static void MVD_ParseServerData( mvd_t *mvd, int extrabits ) {
mvd->clientNum = MSG_ReadShort();
mvd->flags = extrabits;
+#if 0
// change gamedir unless playing a demo
- /*if( !mvd->demoplayback )*/ {
- Cvar_UserSet( "game", mvd->gamedir );
- if( FS_NeedRestart() ) {
- FS_Restart();
- }
-// SV_InfoSet( "gamedir", "gtv" );
- }
+ Cvar_UserSet( "game", mvd->gamedir );
+ if( FS_NeedRestart() ) {
+ FS_Restart();
+ }
+#endif
// parse configstrings
while( 1 ) {