1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-11 06:45:59 +00:00

some fixes due to weird action in git

This commit is contained in:
Zeno Rogue
2019-03-01 01:20:14 +01:00
parent c914b2632c
commit a52755bf50
3 changed files with 1 additions and 4 deletions

View File

@@ -769,6 +769,4 @@ bool is_mirrorland(cell *c) {
return among(c->land, laMirror, laMirrorOld);
}
bool isPushable(eWall w) { return w == waThumperOn; }
}