mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03:00
Fix oldreadytotele not being set in gotoroom()
This fixes a deltaframe glitch where the "- Press ENTER to Teleport -" prompt would show up for a split second if you exited the game while the prompt was fully faded in, and then re-entered it.
This commit is contained in:
@@ -887,6 +887,7 @@ void mapclass::gotoroom(int rx, int ry)
|
||||
obj.removeallblocks();
|
||||
game.activetele = false;
|
||||
game.readytotele = 0;
|
||||
game.oldreadytotele = 0;
|
||||
|
||||
//Ok, let's save the position of all lines on the screen
|
||||
obj.linecrosskludge.clear();
|
||||
|
||||
Reference in New Issue
Block a user