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
|
@ -49,14 +49,13 @@ peek(void)
|
|||
int nsect;
|
||||
struct nstr_sect nstr;
|
||||
|
||||
#if EMP_VERS_MINOR == 2 && EMP_VERS_PATCH <= 22
|
||||
/*
|
||||
* OBSOLETE
|
||||
* Can be removed once hidden command is removed from empmod.c
|
||||
*/
|
||||
if (player->argp[0][0] == 'h')
|
||||
pr("The hidden command has been renamed to peek, use peek in the future\n");
|
||||
#endif
|
||||
|
||||
if (!snxtsct(&nstr, player->argp[1]))
|
||||
return RET_SYN;
|
||||
prdate();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue