(xdump): New command xdump (experimental).

(player_coms): Add xdump under #if 0.
This commit is contained in:
Markus Armbruster 2004-08-20 12:39:16 +00:00
parent 612f2dadb8
commit fe50838824
4 changed files with 361 additions and 2 deletions

View file

@ -271,6 +271,9 @@ struct cmndstr player_coms[] = {
{"wipe <SECTS>", 1, wipe, C_MOD, NORM},
{"wire [yes|no|<days>]", 0, rea, C_MOD, VIS},
{"work <LAND UNITS> <AMOUNT>", 1, work, C_MOD, NORM + MONEY + CAP},
#if 0 /* experimental, disabled for now */
{"xdump FIXME", 0, xdump, 0, NORM},
#endif
{"zdone <y|n|c>", 0, zdon, C_MOD, NORM},
{0, 0, 0, 0, 0}
};