We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d84d471 commit 7a1ac49Copy full SHA for 7a1ac49
GeneralsMD/Code/GameEngine/Include/GameClient/Drawable.h
@@ -673,7 +673,7 @@ class Drawable : public Thing,
673
674
DynamicAudioEventInfo *m_customSoundAmbientInfo; ///< If not NULL, info about the ambient sound to attach to this object
675
676
- DrawableStatusBits m_status; ///< status bits (see DrawableStatus enum)
+ DrawableStatusBits m_status; ///< status bits (see DrawableStatus enum)
677
UnsignedInt m_tintStatus; ///< tint color status bits (see TintStatus enum)
678
UnsignedInt m_prevTintStatus;///< for edge testing with m_tintStatus
679
0 commit comments