mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-10 02:33:00 +00:00
dpgen:: no timer ghosts
This commit is contained in:
@@ -321,6 +321,7 @@ EX void wandering() {
|
|||||||
if(!canmove) return;
|
if(!canmove) return;
|
||||||
if(!gen_wandering) return;
|
if(!gen_wandering) return;
|
||||||
if(racing::on) return;
|
if(racing::on) return;
|
||||||
|
if(dpgen::in) return;
|
||||||
pathdata pd(moYeti);
|
pathdata pd(moYeti);
|
||||||
int seepcount = getSeepcount();
|
int seepcount = getSeepcount();
|
||||||
int ghostcount = getGhostcount();
|
int ghostcount = getGhostcount();
|
||||||
|
|||||||
Reference in New Issue
Block a user