(svn r20542) -Codechange: generalise the setting of "p2" to the ClientID.

This commit is contained in:
rubidium
2010-08-18 17:06:45 +00:00
parent 287ee8c01d
commit 69fa0b36d3
5 changed files with 36 additions and 50 deletions

View File

@@ -332,6 +332,7 @@ enum CommandFlags {
CMD_ALL_TILES = 0x10, ///< allow this command also on MP_VOID tiles
CMD_NO_TEST = 0x20, ///< the command's output may differ between test and execute due to town rating changes etc.
CMD_NO_WATER = 0x40, ///< set the DC_NO_WATER flag on this command
CMD_CLIENT_ID = 0x80, ///< set p2 with the ClientID of the sending client.
};
/**