mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
do not savestats in dualmode
This commit is contained in:
parent
949b0d60db
commit
8d9a5da7c1
@ -837,6 +837,7 @@ void saveStats(bool emergency = false) {
|
||||
if(tour::on) return;
|
||||
#endif
|
||||
if(randomPatternsMode) return;
|
||||
if(dual::state) return;
|
||||
if(archimedean) return;
|
||||
if(daily::on) return;
|
||||
if(peace::on) return;
|
||||
|
Loading…
Reference in New Issue
Block a user