mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-01 10:17:56 +00:00
fixed updir
This commit is contained in:
@@ -504,7 +504,8 @@ namespace binary {
|
||||
}
|
||||
|
||||
int updir() {
|
||||
if(penrose) return 4;
|
||||
if(geometry == gBinary4) return 3;
|
||||
if(penrose) return 0;
|
||||
return S7-1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user