mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
fixed tides in shmup and when scrolling
This commit is contained in:
parent
34ab44d1e1
commit
7ad46d8e80
@ -2855,7 +2855,7 @@ void celldrawer::draw() {
|
||||
|
||||
if(callhandlers(false, hooks_drawcell, c, V)) return;
|
||||
|
||||
if(history::on || inHighQual || WDIM == 3 || sightrange_bonus > gamerange_bonus) checkTide(c);
|
||||
if(history::on || inHighQual || WDIM == 3 || shmup::on || sightrange_bonus > gamerange_bonus || !playermoved) checkTide(c);
|
||||
|
||||
if(1) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user