remove two-argument setstate

This commit is contained in:
AllyTally
2022-12-07 21:10:12 -04:00
committed by Misa Elizabeth Kai
parent af3e5be09b
commit f659eca818
3 changed files with 17 additions and 20 deletions

View File

@@ -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;