1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-16 19:18:05 +00:00

xcode no_code listed explicitly if not assigned

This commit is contained in:
Zeno Rogue
2020-05-16 11:24:30 +02:00
parent ae59e50b80
commit 8641eafd96
2 changed files with 10 additions and 8 deletions

View File

@@ -967,6 +967,7 @@ EX void saveStats(bool emergency IS(false)) {
if(peace::on) return;
if(dpgen::in) return;
if(experimental) return;
if(ginf[geometry].xcode == no_code) return;
if(!gold()) return;
remove_emergency_save();