mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	do not savestats in dualmode
This commit is contained in:
		| @@ -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; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue