mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
remove two-argument setstate
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
af3e5be09b
commit
f659eca818
@@ -2632,7 +2632,8 @@ static void mapmenuactionpress(const bool version2_2)
|
||||
}
|
||||
|
||||
//which teleporter script do we use? it depends on the companion!
|
||||
game.setstate(4000, 0);
|
||||
game.setstate(4000);
|
||||
game.setstatedelay(0);
|
||||
game.lockstate();
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user