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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user