1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-04 07:43:02 +00:00
This commit is contained in:
Zeno Rogue
2021-07-31 20:38:26 +02:00
10 changed files with 349 additions and 281 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;