Also lock statedelay

This commit is contained in:
AllyTally
2022-12-06 19:35:06 -04:00
committed by Misa Elizabeth Kai
parent 4b66920865
commit 86604c5748
6 changed files with 127 additions and 122 deletions

View File

@@ -2290,6 +2290,6 @@ void mapclass::twoframedelayfix(void)
game.newscript = obj.blocks[block_idx].script;
obj.removetrigger(activetrigger);
game.setstate(0);
game.statedelay = 0;
game.setstatedelay(0);
script.load(game.newscript);
}