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 fc36efc commit c23ebe3Copy full SHA for c23ebe3
GeneralsMD/Code/GameEngine/Include/GameLogic/Module/ParticleUplinkCannonUpdate.h
@@ -227,8 +227,8 @@ class ParticleUplinkCannonUpdate : public SpecialPowerUpdateModule
227
UnsignedInt m_nextDamagePulseFrame;
228
UnsignedInt m_startAttackFrame;
229
UnsignedInt m_startDecayFrame;
230
- UnsignedInt m_lastDrivingClickFrame;
231
- UnsignedInt m_2ndLastDrivingClickFrame;
+ UnsignedInt m_lastDrivingClickTimeMsec;
+ UnsignedInt m_2ndLastDrivingClickTimeMsec;
232
UnsignedInt m_nextDestWaypointID;
233
234
Bool m_upBonesCached;
0 commit comments