mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 09:39:43 +01: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:
parent
31efc9b3ce
commit
9f6a60c298
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue