1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-25 09:54:48 +00:00

improved the automatic rotation

This commit is contained in:
Zeno Rogue
2018-03-25 15:07:11 +02:00
parent 4d2fc2ba76
commit a10491f3d6
8 changed files with 58 additions and 14 deletions

View File

@@ -265,6 +265,7 @@ void initgame() {
lastsafety = gold();
bfs();
checkmove();
playermoved = true;
}
bool havesave = true;