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

fixed the bug where tides may move on orb use

This commit is contained in:
Zeno Rogue
2023-12-22 00:51:07 +01:00
parent 95ed035180
commit eb3406d7dc
3 changed files with 15 additions and 14 deletions

View File

@@ -640,7 +640,7 @@ EX bool cellEdgeUnstable(cell *c, flagtype flags IS(0)) {
return true;
}
int tidalphase;
EX int tidalphase;
EX int tidalsize, tide[200];