File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Generals/Code/GameEngine/Include/GameLogic Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ class FiringTracker : public UpdateModule
5757 Int getNumConsecutiveShotsAtVictim ( const Object *victim ) const ;
5858 void forceCoolDown (); // /< Force immediate cooldown, stopping all continuous fire states
5959
60- // / Exclude power-related disable types (UNDERPOWERED, EMP, HACKED) so update() isn 't called when disabled .
61- // / This prevents delayed barrel animation restart. forceCoolDown() in Object:: setDisabledUntil() handles immediate cooldown.
60+ // / Exclude power-related disable types so update() doesn 't restart barrel animations .
61+ // / forceCoolDown() in setDisabledUntil() handles immediate cooldown.
6262 virtual DisabledMaskType getDisabledTypesToProcess () const
6363 {
6464 DisabledMaskType mask = DISABLEDMASK_ALL;
You can’t perform that action at this time.
0 commit comments