mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-03-24 12:27:03 +00:00
fixed the shmup mode (was hiding tiles when monster appeared)
This commit is contained in:
parent
8ebaafe084
commit
319190b0dd
@ -2935,6 +2935,7 @@ void turn(int delta) {
|
||||
|
||||
for(int t=1; t<motypes; t++) if(exists[t]) {
|
||||
|
||||
pd_from = NULL;
|
||||
// build the path data
|
||||
|
||||
int pqs = size(pathq);
|
||||
|
Loading…
x
Reference in New Issue
Block a user