Collect path-related stuff in path.h
This commit is contained in:
parent
9fee5efe57
commit
4547d3dcc2
5 changed files with 24 additions and 15 deletions
|
@ -196,10 +196,6 @@ extern struct dchrstr dchr[SCT_TYPE_MAX + 2];
|
|||
#define SCT_LANDMINES(sp) \
|
||||
(SCT_MINES_ARE_SEAMINES((sp)) ? 0 : (sp)->sct_mines)
|
||||
|
||||
#define MOB_MOVE 0
|
||||
#define MOB_MARCH 1
|
||||
#define MOB_RAIL 2
|
||||
|
||||
#define INT_ROAD 0
|
||||
#define INT_RAIL 1
|
||||
#define INT_DEF 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue