mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-02-19 15:29:44 +00:00
use checktide always when sightrange>7
This commit is contained in:
@@ -3415,7 +3415,7 @@ void drawcell(cell *c, transmatrix V, int spinv, bool mirrored) {
|
||||
|
||||
viewBuggyCells(c,V);
|
||||
|
||||
if(conformal::on || inHighQual) checkTide(c);
|
||||
if(conformal::on || inHighQual || sightrange > 7) checkTide(c);
|
||||
|
||||
// save the player's view center
|
||||
if(isPlayerOn(c) && !shmup::on) {
|
||||
|
||||
Reference in New Issue
Block a user