1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-16 19:18:05 +00:00

.. to last commit

This commit is contained in:
Zeno Rogue
2018-04-06 00:33:03 +02:00
parent 66a2f41cd6
commit 0941411ffc
4 changed files with 3 additions and 56 deletions

View File

@@ -458,7 +458,7 @@ namespace patterns {
}
}
int downdir(cell *c, cellfunction *cf = coastvalEdge) {
int downdir(cell *c, cellfunction *cf) {
cell *c2 = chosenDown(c, 1, 1, cf);
if(!c2) return 0;
return neighborId(c, c2);