Don't use conditional compilation to time out obsolete stuff. Do it
by hand.
This commit is contained in:
parent
c1ab03dd5e
commit
cf426896af
2 changed files with 1 additions and 4 deletions
|
@ -120,13 +120,11 @@ struct cmndstr player_coms[] = {
|
|||
{"harden <PLANES> <NUM>", 2, hard, C_MOD, NORM + MONEY + CAP},
|
||||
{"help <topic>", 0, info, 0, VIS},
|
||||
{"headlines [days]", 0, head, C_MOD, VIS},
|
||||
#if EMP_VERS_MINOR == 2 && EMP_VERS_PATCH <= 22
|
||||
/*
|
||||
* OBSOLETE
|
||||
* once hidden command is removed, also remove the hidden code in peek.c
|
||||
*/
|
||||
{"hidden <SECTS>", 0, peek, 0, GOD},
|
||||
#endif
|
||||
{"improve <road|rail|defense> <SECTS> <NUM>", 1, improve, C_MOD,
|
||||
NORM + MONEY + CAP},
|
||||
{"info <topic>", 0, info, 0, VIS},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue