mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-10 06:16:00 +00:00
Check tide before drawing cells.
This commit is contained in:
@@ -429,7 +429,8 @@ EX void initgame() {
|
||||
if(vid.use_smart_range == 2) vid.use_smart_range = 1;
|
||||
}
|
||||
if(!allowIncreasedSight()) vid.use_smart_range = 0;
|
||||
callhooks(hooks_post_initgame);
|
||||
calcTidalPhase();
|
||||
callhooks(hooks_post_initgame);
|
||||
}
|
||||
|
||||
bool havesave = true;
|
||||
|
Reference in New Issue
Block a user