mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	Goldberg no longer warns about centerloc not found in quotient
This commit is contained in:
		| @@ -596,7 +596,7 @@ namespace gp { | ||||
|         if(c0-cc == d0-dmain && c1-cc == d1-dmain) | ||||
|           found = true, centerloc = c; | ||||
|         } | ||||
|       if(!found) | ||||
|       if(!found && !quotient) | ||||
|         printf("Warning: centerloc not found: %d,%d,%d\n", dmain, d0, d1); | ||||
|       center_locs[rel] = centerloc; | ||||
|       } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue