mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Fix menu option, show textbox when save failed
In my last commit, I accidentally inverted whether the description says ON or OFF.
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
e58fd606cf
commit
41d5e688e9
@@ -1212,6 +1212,11 @@ void scriptclass::run(void)
|
||||
bool success = game.savequick();
|
||||
game.gamesaved = success;
|
||||
game.gamesavefailed = !success;
|
||||
|
||||
if (game.gamesavefailed) {
|
||||
game.show_save_fail();
|
||||
graphics.textboxapplyposition();
|
||||
}
|
||||
}
|
||||
}
|
||||
else if (words[0] == "gamestate")
|
||||
|
||||
Reference in New Issue
Block a user