(svn r14890) -Codechange: move the notest information into the command table.

This commit is contained in:
rubidium
2009-01-07 13:31:09 +00:00
parent cb81e637b0
commit d66d36126c
2 changed files with 20 additions and 37 deletions

View File

@@ -341,6 +341,7 @@ enum {
CMD_SERVER = 0x1, ///< the command can only be initiated by the server
CMD_OFFLINE = 0x2, ///< the command cannot be executed in a multiplayer game; single-player only
CMD_AUTO = 0x4, ///< set the DC_AUTO flag on this command
CMD_NO_TEST = 0x8, ///< the command's output may differ between test and execute due to town rating changes etc.
};
/**