mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	removed debug displayed by irregular
This commit is contained in:
		| @@ -402,10 +402,7 @@ bool step(int delta) { | ||||
|       if(notfound) { status[4] = XLAT("cells badly paired: %1", its(notfound)); runlevel = 0; break; } | ||||
|        | ||||
|       int heptas = 0; | ||||
|       for(auto p: cells_of_heptagon) { | ||||
|         printf("%p: %d\n", hr::voidp(p.first), isize(p.second)); | ||||
|         heptas++; | ||||
|         } | ||||
|       for(auto p: cells_of_heptagon) heptas++; | ||||
|        | ||||
|       if(heptas != isize(all)) { | ||||
|         status[4] = XLAT("cells not covered: %1", its(isize(all) - heptas)); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue