mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
Fixed condition
This commit is contained in:
parent
dae4a48574
commit
2f79f74d2d
1 changed files with 1 additions and 1 deletions
|
@ -1370,7 +1370,7 @@ void G_FinishTravel ()
|
|||
FBehavior::StaticStartTypedScripts(SCRIPT_Return, pawns[i], true);
|
||||
}
|
||||
}
|
||||
else
|
||||
else if (!level.FromSnapshot)
|
||||
{
|
||||
for (int i = 0; i < pawnsnum; i++)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue