diff --git a/Source/g_game.c b/Source/g_game.c index bc934b93..01436c5b 100644 --- a/Source/g_game.c +++ b/Source/g_game.c @@ -697,7 +697,7 @@ static void G_DoLoadLevel(void) // [crispy] pistol start if (pistolstart) { - if (!netgame) + if (!demorecording && !demoplayback && !netgame) { G_PlayerReborn(0); }