- Removed the netdemo flag, because it's redundant with (netgame && demoplayback).

SVN r4050 (trunk)
This commit is contained in:
Randy Heit 2013-01-26 03:28:54 +00:00
commit e0a137b725
3 changed files with 2 additions and 7 deletions

View file

@ -114,7 +114,6 @@ extern bool timingdemo;
int starttime;
extern bool netdemo;
extern FString BackupSaveName;
bool savegamerestore;
@ -230,7 +229,6 @@ void G_NewInit ()
G_ClearSnapshots ();
SB_state = screen->GetPageCount ();
netgame = false;
netdemo = false;
multiplayer = false;
if (demoplayback)
{