Skip to content

Commit beaef41

Browse files
committed
Changed TSH comment.
1 parent d3e99d9 commit beaef41

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

GeneralsMD/Code/GameEngine/Include/Common/MessageStream.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)