mirror of
https://github.com/1dot13/source.git
synced 2026-08-12 14:10:23 +02:00
REAL_OBJECT.ubLastTargetTakenDamage -> SoldierID
This commit is contained in:
@@ -133,7 +133,7 @@ public:
|
||||
BOOLEAN fPotentialForDebug;
|
||||
INT32 sLevelNodeGridNo;
|
||||
INT32 iSoundID;
|
||||
UINT8 ubLastTargetTakenDamage;
|
||||
SoldierID ubLastTargetTakenDamage;
|
||||
// OJW - 20091002 - mp explosives
|
||||
UINT8 mpTeam; // the intiating clients team
|
||||
INT32 mpRealObjectID; // ID from the initiating client
|
||||
@@ -183,4 +183,4 @@ INT32 RandomGridFromRadius( INT32 sSweetGridNo, INT8 ubMinRadius, INT8 ubMaxRad
|
||||
UINT32 GetArtilleryTargetGridNo( UINT32 sTargetGridNo, INT8 bRadius );
|
||||
BOOLEAN GetArtilleryLaunchParams(UINT32 sStartingGridNo, UINT32 sTargetGridNo, UINT8 ubTargetLevel, INT16 sStartZ, INT16 sEndZ, UINT16 usLauncher, OBJECTTYPE* pObj, FLOAT* pdForce, FLOAT* pdDegrees);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user