Skip to content

Commit 5c75f5e

Browse files
committed
nit: update comments to match our format
1 parent 7f9bd37 commit 5c75f5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Generals/Code/GameEngine/Source/GameLogic/Object/Update/ParticleUplinkCannonUpdate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1333,7 +1333,7 @@ void ParticleUplinkCannonUpdate::crc( Xfer *xfer )
13331333
* 1: Initial version
13341334
* 2: Serialize decay frames
13351335
* 3: TheSuperHackers @tweak Added m_manualTargetMode
1336-
* 4: TheSuperHackers @tweak Serialize orbit to target laser radius
1336+
* 4: TheSuperHackers @tweak Added m_orbitToTargetLaserRadius
13371337
* 5: TheSuperHackers @tweak Changed m_lastDrivingClickFrame to m_lastDrivingClickTimeMsec (frames to milliseconds)
13381338
*/
13391339
// ------------------------------------------------------------------------------------------------

GeneralsMD/Code/GameEngine/Source/GameLogic/Object/Update/ParticleUplinkCannonUpdate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1417,7 +1417,7 @@ void ParticleUplinkCannonUpdate::crc( Xfer *xfer )
14171417
* 1: Initial version
14181418
* 2: Serialize decay frames
14191419
* 3: Serialize scripted waypoints (Added for Zero Hour)
1420-
* 4: TheSuperHackers @tweak Serialize orbit to target laser radius
1420+
* 4: TheSuperHackers @tweak Added m_orbitToTargetLaserRadius
14211421
* 5: TheSuperHackers @tweak Changed m_lastDrivingClickFrame to m_lastDrivingClickTimeMsec (frames to milliseconds)
14221422
*/
14231423
// ------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)