(player_coms): Implement c_form for xdump and enable the command.

This commit is contained in:
Markus Armbruster 2004-12-16 22:08:03 +00:00
parent b0ce8c0253
commit 473191301f

View file

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