1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-07-05 19:43:17 +00:00

always checkTide

This commit is contained in:
Zeno Rogue 2024-05-09 20:44:25 +02:00
parent e324ae07f3
commit bc5e1d78c9

View File

@ -2856,8 +2856,6 @@ void celldrawer::draw() {
cells_drawn++;
checkTide(c);
#if CAP_TEXTURE
if(texture::saving) {
texture::config.apply(c, V, 0xFFFFFFFF);
@ -2882,7 +2880,7 @@ void celldrawer::draw() {
if(callhandlers(false, hooks_drawcell, c, V)) return;
if(history::on || inHighQual || WDIM == 3 || shmup::on || sightrange_bonus > gamerange_bonus || !playermoved) checkTide(c);
checkTide(c);
if(1) {