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

@@ -1117,6 +1117,7 @@ void scriptclass::run(void)
}
else if (words[0] == "gamestate")
{
// Allow the gamestate command bypass statelock, at least for now
game.state = ss_toi(words[1]);
game.statedelay = 0;
}