(player_coms): test needs C_MOD flag, because it calls draw_map()

through map().
This commit is contained in:
Markus Armbruster 2006-03-27 19:19:58 +00:00
parent 1ddb87d235
commit a1907851be

View file

@ -246,7 +246,7 @@ struct cmndstr player_coms[] = {
tend, C_MOD, NORM + CAP},
{"territory <SECTS> <NUMBER> [<FIELD>]", 0, terr, C_MOD, NORM},
{"test <COMM> <SECT> <NUM> <PATH|DESTINATION>", 1,
move, 0, NORM + CAP},
move, C_MOD, NORM + CAP},
{"threshold <COMM> <SECTS> <THRESH>", 1, thre, C_MOD, NORM},
{"toggle [inform|flash|beep|coastwatch|sonar|techlists] [on|off]", 0,
togg, C_MOD, VIS},