mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-24 05:17: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;
|
if(tour::on) return;
|
||||||
#endif
|
#endif
|
||||||
if(randomPatternsMode) return;
|
if(randomPatternsMode) return;
|
||||||
|
if(dual::state) return;
|
||||||
if(archimedean) return;
|
if(archimedean) return;
|
||||||
if(daily::on) return;
|
if(daily::on) return;
|
||||||
if(peace::on) return;
|
if(peace::on) return;
|
||||||
|
Loading…
Reference in New Issue
Block a user