mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	racing:: disabled heat processing
This commit is contained in:
		| @@ -1884,6 +1884,7 @@ namespace heat { | |||||||
|  |  | ||||||
|   void processheat(double rate = 1) { |   void processheat(double rate = 1) { | ||||||
|     if(markOrb(itOrbSpeed)) rate /= 2; |     if(markOrb(itOrbSpeed)) rate /= 2; | ||||||
|  |     if(racing::on) return; | ||||||
|     int oldmelt = kills[0];     |     int oldmelt = kills[0];     | ||||||
|      |      | ||||||
|     vector<cell*> offscreen2; |     vector<cell*> offscreen2; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue