mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-25 21:51:09 +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);
|
FBehavior::StaticStartTypedScripts(SCRIPT_Return, pawns[i], true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else if (!level.FromSnapshot)
|
||||||
{
|
{
|
||||||
for (int i = 0; i < pawnsnum; i++)
|
for (int i = 0; i < pawnsnum; i++)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue