forked from github/server
Untote bewegen sich nicht mehr!!! Nicht nur Untote, und nicht nur Bewegung - alle möglichen langen Befehle sind nicht ausgeführt worden. Au weia.
This commit is contained in:
parent
f78105d262
commit
1b07d7513b
1 changed files with 5 additions and 5 deletions
|
@ -987,6 +987,7 @@ plan_monsters(void)
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
if (long_order) {
|
if (long_order) {
|
||||||
set_order(&u->thisorder, copy_order(long_order));
|
set_order(&u->thisorder, copy_order(long_order));
|
||||||
#ifdef LASTORDER
|
#ifdef LASTORDER
|
||||||
|
@ -997,6 +998,5 @@ plan_monsters(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
pathfinder_cleanup();
|
pathfinder_cleanup();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue