src/command.h
branchgamebalance
changeset 9910 0b2aebc8283e
parent 9895 7bd07f43b0e3
child 9911 0b8b245a2391
equal deleted inserted replaced
9909:dce9a6923bb7 9910:0b2aebc8283e
   156 	DC_FORCETEST       = 0x80, ///< force test too.
   156 	DC_FORCETEST       = 0x80, ///< force test too.
   157 
   157 
   158 	CMD_ERROR = ((int32)0x80000000),
   158 	CMD_ERROR = ((int32)0x80000000),
   159 };
   159 };
   160 
   160 
   161 #define CMD_MSG(x) ((x)<<16)
   161 #define CMD_MSG(x) ((x) << 16)
   162 
   162 
   163 enum {
   163 enum {
   164 	CMD_AUTO                  = 0x0200,
   164 	CMD_AUTO                  = 0x0200,
   165 	CMD_NO_WATER              = 0x0400,
   165 	CMD_NO_WATER              = 0x0400,
   166 	CMD_NETWORK_COMMAND       = 0x0800, ///< execute the command without sending it on the network
   166 	CMD_NETWORK_COMMAND       = 0x0800, ///< execute the command without sending it on the network