Skip to content

Commit 7d84ceb

Browse files
committed
Restored original format of comments for area selection hints.
1 parent 1a8e5ae commit 7d84ceb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,8 +445,8 @@ class GameMessage : public MemoryPoolObject
445445
MSG_MOUSEOVER_LOCATION_HINT, ///< (location) The cursor is not over a drawable, but is here.
446446
MSG_VALID_GUICOMMAND_HINT, ///< posted when the gui command is valid if the user clicked to execute it.
447447
MSG_INVALID_GUICOMMAND_HINT, ///< posted when the gui command is not valid if the user were to click to attempt to execute it.
448-
MSG_BEGIN_AREA_SELECTION_HINT, ///< rectangular selection area (pixelRegion) under construction, not confirmed
449-
MSG_END_AREA_SELECTION_HINT, ///< rectangular selection area (pixelRegion) finish construction
448+
MSG_BEGIN_AREA_SELECTION_HINT, ///< (pixelRegion) rectangular selection area under construction, not confirmed
449+
MSG_END_AREA_SELECTION_HINT, ///< (pixelRegion) rectangular selection area finish construction
450450

451451
//Command hints
452452
MSG_DO_ATTACK_OBJECT_HINT, ///< (victim objectID) If clicked, an attack would be ordered, "Current Selection" is assumed

0 commit comments

Comments
 (0)