mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-24 21:38:39 -04:00
Fix pistolstart check for demo recording (#120)
This commit is contained in:
parent
342d445641
commit
e9bc345051
@ -697,7 +697,7 @@ static void G_DoLoadLevel(void)
|
||||
// [crispy] pistol start
|
||||
if (pistolstart)
|
||||
{
|
||||
if (!netgame)
|
||||
if (!demorecording && !demoplayback && !netgame)
|
||||
{
|
||||
G_PlayerReborn(0);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user