Skip to content

Commit 2e56ea2

Browse files
committed
docs: Change original ownership of EA comment to TheSuperHackers
1 parent f5ffb40 commit 2e56ea2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Generals/Code/GameEngine/Source/GameLogic/Object/Behavior/PropagandaTowerBehavior.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ UpdateSleepTime PropagandaTowerBehavior::update( void )
209209
#if RETAIL_COMPATIBLE_CRC
210210
if (self->getContainedBy() && self->getContainedBy()->getContainedBy())
211211
#else
212-
// If our container or any parent containers are enclosing, we turn the heck off.
212+
// TheSuperHackers @bugfix If our container or any parent containers are enclosing, we turn the heck off.
213213
if (self->getEnclosingContainedBy())
214214
#endif
215215
{

GeneralsMD/Code/GameEngine/Source/GameLogic/Object/Behavior/PropagandaTowerBehavior.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ UpdateSleepTime PropagandaTowerBehavior::update( void )
211211
#if RETAIL_COMPATIBLE_CRC
212212
if (self->getContainedBy() && self->getContainedBy()->getContainedBy())
213213
#else
214-
// If our container or any parent containers are enclosing, we turn the heck off.
214+
// TheSuperHackers @bugfix If our container or any parent containers are enclosing, we turn the heck off.
215215
if (self->getEnclosingContainedBy())
216216
#endif
217217
{

0 commit comments

Comments
 (0)