mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-02 01:42:49 +00:00
always checkTide
This commit is contained in:
parent
e324ae07f3
commit
bc5e1d78c9
@ -2856,8 +2856,6 @@ void celldrawer::draw() {
|
|||||||
|
|
||||||
cells_drawn++;
|
cells_drawn++;
|
||||||
|
|
||||||
checkTide(c);
|
|
||||||
|
|
||||||
#if CAP_TEXTURE
|
#if CAP_TEXTURE
|
||||||
if(texture::saving) {
|
if(texture::saving) {
|
||||||
texture::config.apply(c, V, 0xFFFFFFFF);
|
texture::config.apply(c, V, 0xFFFFFFFF);
|
||||||
@ -2882,7 +2880,7 @@ void celldrawer::draw() {
|
|||||||
|
|
||||||
if(callhandlers(false, hooks_drawcell, c, V)) return;
|
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) {
|
if(1) {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user