1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 21:07:17 +00:00

dpgen:: no timer ghosts

This commit is contained in:
Zeno Rogue 2020-01-30 17:46:20 +01:00
parent e07f5fed0c
commit 771fc5617f

View File

@ -321,6 +321,7 @@ EX void wandering() {
if(!canmove) return;
if(!gen_wandering) return;
if(racing::on) return;
if(dpgen::in) return;
pathdata pd(moYeti);
int seepcount = getSeepcount();
int ghostcount = getGhostcount();