1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-27 20:07:40 +00:00

fixed some lands in Archimedean dual

This commit is contained in:
Zeno Rogue
2018-08-30 16:08:05 +02:00
parent 706fb5d9f8
commit 80e0ad5cd0
6 changed files with 46 additions and 17 deletions

View File

@@ -10,6 +10,7 @@ namespace hr {
namespace whirlwind {
int fzebra3(cell *c) {
if(archimedean) return 0;
if(euclid) {
if(torus) return 0;
int x, y;