(P_WALKING): Unused, remove.

(getpath): Remove P_WALKING case.
This commit is contained in:
Markus Armbruster 2006-06-04 16:42:36 +00:00
parent 44318648bf
commit 0ea38208d1
2 changed files with 0 additions and 6 deletions

View file

@ -53,7 +53,6 @@
enum p_mode { /* How to find path to destination */
P_NONE, /* don't */
P_WALKING, /* use BestLandPath() */
P_FLYING, /* use BestAirPath() */
P_SAILING /* use BestShipPath() */
};