(P_WALKING): Unused, remove.
(getpath): Remove P_WALKING case.
This commit is contained in:
parent
44318648bf
commit
0ea38208d1
2 changed files with 0 additions and 6 deletions
|
@ -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() */
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue