File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
GeneralsMD/Code/GameEngine/Source/GameLogic/Object/Behavior
Generals/Code/GameEngine/Source/GameLogic/Object/Behavior Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments