Apply suggestions from code review

Co-authored-by: Misa Elizabeth Kai <infoteddy@infoteddy.info>
This commit is contained in:
Ally
2022-12-07 13:32:28 -04:00
committed by Misa Elizabeth Kai
parent 86604c5748
commit e4d02feffa
2 changed files with 6 additions and 5 deletions

View File

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