1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-26 01:50:36 +00:00

checktide in 3D

This commit is contained in:
Zeno Rogue 2019-03-13 15:26:22 +01:00
parent 07be3e1e2e
commit da295089b5

View File

@ -4027,7 +4027,7 @@ void drawcell(cell *c, transmatrix V, int spinv, bool mirrored) {
viewBuggyCells(c,V); viewBuggyCells(c,V);
#endif #endif
if(conformal::on || inHighQual || sightrange_bonus > gamerange_bonus) checkTide(c); if(conformal::on || inHighQual || DIM == 3 || sightrange_bonus > gamerange_bonus) checkTide(c);
// save the player's view center // save the player's view center
if(isPlayerOn(c) && !shmup::on) { if(isPlayerOn(c) && !shmup::on) {