1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-18 07:27:40 +00:00

better mode handling

This commit is contained in:
Zeno Rogue
2017-07-12 19:50:39 +02:00
parent 94efef5d65
commit a6f176510e
17 changed files with 706 additions and 156 deletions

View File

@@ -5425,7 +5425,7 @@ void checkmove() {
if(!canmove) {
achievement_final(true);
if(cmode2 == smNormal) showMissionScreen();
if(cmode & sm::NORMAL) showMissionScreen();
}
if(canmove && timerstopped) {