mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-26 03:17:39 +00:00 
			
		
		
		
	fixed freeze when enabling cspin/cmirror without enabling csteps
This commit is contained in:
		| @@ -1303,7 +1303,7 @@ EX namespace product { | |||||||
|      |      | ||||||
|     hrmap_product() { |     hrmap_product() { | ||||||
|       current_spin_invalid = false; |       current_spin_invalid = false; | ||||||
|       if(cspin || cmirror) { |       if((cspin || cmirror) && csteps) { | ||||||
|         in_underlying([&] { |         in_underlying([&] { | ||||||
|           twisted = validate_spin(); |           twisted = validate_spin(); | ||||||
|           if(!twisted) { current_spin_invalid = true; return; } |           if(!twisted) { current_spin_invalid = true; return; } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue