mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-25 05:48:03 -04:00
fix reload after death in single player (#676)
This commit is contained in:
parent
f835be4aa6
commit
7ee7ffd156
@ -2406,7 +2406,10 @@ void G_DeathMatchSpawnPlayer(int playernum)
|
||||
void G_DoReborn(int playernum)
|
||||
{
|
||||
if (!netgame)
|
||||
gameaction = ga_loadlevel; // reload the level from scratch
|
||||
{
|
||||
if (gameaction != ga_reloadlevel)
|
||||
gameaction = ga_loadlevel; // reload the level from scratch
|
||||
}
|
||||
else
|
||||
{ // respawn at the start
|
||||
int i;
|
||||
|
Loading…
x
Reference in New Issue
Block a user