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:
@@ -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];
|
||||
|
||||
|
Reference in New Issue
Block a user