mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-12 10:20:32 +00:00
always checkTide
This commit is contained in:
parent
e324ae07f3
commit
bc5e1d78c9
@ -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) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user