Teleport cheat (from overview) now works in Euclidean

This commit is contained in:
Jesse Ruderman 2021-07-25 18:01:07 -07:00
parent 4dfb77d727
commit b086946163
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ EX void initgame() {
if((isGravityLand(firstland) && !isCyclic(firstland)) || (firstland == laOcean && !safety && !yendor::on))
firstland = weirdhyperbolic ? laCrossroads4 : laCrossroads;
clear_euland(specialland);
clear_euland(firstland);
cwt.at = currentmap->gamestart(); cwt.spin = 0; cwt.mirrored = false;
cwt.at->land = firstland;