mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-13 08:27:53 +00:00
Each Time Fix Fix: Don't infinite loop when each time is set to trigger on exit.
This commit is contained in:
parent
2191e5b9de
commit
97b61eb66d
1 changed files with 1 additions and 1 deletions
|
@ -2252,7 +2252,7 @@ void T_EachTimeThinker(levelspecthink_t *eachtime)
|
|||
// This should now run ONLY the stuff for eachtime->sourceline itself, instead of all trigger linedefs sharing the same tag.
|
||||
// Makes much more sense doing it this way, honestly.
|
||||
P_RunTriggerLinedef(eachtime->sourceline, players[affectPlayer].mo, sec);
|
||||
oldPlayersArea[affectPlayer]=1;
|
||||
oldPlayersArea[affectPlayer]=playersArea[affectPlayer];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue