mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-20 23:54:49 +00:00
torus movement
This commit is contained in:
@@ -19,6 +19,7 @@ int eupattern(cell *c) {
|
||||
}
|
||||
|
||||
int eupattern4(cell *c) {
|
||||
if(torus) return 0;
|
||||
eucoord x, y;
|
||||
decodeMaster(c->master, x, y);
|
||||
return (x&1) + ((y&1)) * 2;
|
||||
|
||||
Reference in New Issue
Block a user