- Removed the netdemo flag, because it's redundant with (netgame && demoplayback).
SVN r4050 (trunk)
This commit is contained in:
parent
83320626e5
commit
e0a137b725
3 changed files with 2 additions and 7 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue