File tree Expand file tree Collapse file tree
GeneralsMD/Code/GameEngine/Include/Common Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -564,10 +564,7 @@ class GameMessage : public MemoryPoolObject
564564 MSG_EXECUTE_RAILED_TRANSPORT, // /< Execute railed transport sequence
565565 MSG_COMBATDROP_AT_LOCATION, // /< dump out all rappellers
566566 MSG_COMBATDROP_AT_OBJECT, // /< dump out all rappellers
567-
568- // TheSuperHackers @todo Remove MSG_AREA_SELECTION_DEPRECATED when possible.
569- MSG_AREA_SELECTION_DEPRECATED,
570-
567+ MSG_AREA_SELECTION_DEPRECATED, // /< TheSuperHackers @tweak former MSG_AREA_SELECTION is deprecated as network message.
571568 MSG_DO_ATTACK_OBJECT, // /< (objectID, victim objectID)
572569 MSG_DO_FORCE_ATTACK_OBJECT, // /< force attack the given object if picked
573570 MSG_DO_FORCE_ATTACK_GROUND, // /< (locationID) bombard the given location if picked
You can’t perform that action at this time.
0 commit comments