- Added a command line option -warpwipe to perform the screen wipe if you
start with -warp or +map. SVN r1960 (trunk)
This commit is contained in:
parent
a02e8c0b06
commit
f1738b0e03
2 changed files with 8 additions and 1 deletions
|
|
@ -2071,7 +2071,10 @@ void D_DoomMain (void)
|
|||
if (autostart || netgame)
|
||||
{
|
||||
// Do not do any screenwipes when autostarting a game.
|
||||
NoWipe = 35;
|
||||
if (!Args->CheckParm("-warpwipe"))
|
||||
{
|
||||
NoWipe = TICRATE;
|
||||
}
|
||||
CheckWarpTransMap (startmap, true);
|
||||
if (demorecording)
|
||||
G_BeginRecording (startmap);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue