mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 09:54:10 +03:00
Also lock statedelay
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
4b66920865
commit
86604c5748
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user