mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03:00
Reset cutscene bar position in hardreset()
This fixes a bug in the editor where if you had cutscene bars active while exiting playtesting, when you re-entered playtesting, the bars would do their closing animation even though they should be already gone.
This commit is contained in:
@@ -3501,6 +3501,7 @@ void scriptclass::hardreset( KeyPoll& key, Graphics& dwgfx, Game& game,mapclass&
|
||||
dwgfx.textboxremovefast();
|
||||
dwgfx.flipmode = false; //This will be reset if needs be elsewhere
|
||||
dwgfx.showcutscenebars = false;
|
||||
dwgfx.cutscenebarspos = 0;
|
||||
|
||||
//mapclass
|
||||
map.warpx = false;
|
||||
|
||||
Reference in New Issue
Block a user