mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-17 11:00:38 +02:00
Removed legacy AAS from Doom, cleaned up naming.
This commit is contained in:
@@ -364,7 +364,7 @@ public:
|
||||
|
||||
virtual bool Collide( const trace_t &collision, const idVec3 &velocity );
|
||||
|
||||
virtual void GetAASLocation( idAAS *aas, idVec3 &pos, int &areaNum ) const;
|
||||
virtual void GetNAVLocation( idNAV *aas, idVec3 &pos, int &areaNum ) const;
|
||||
virtual void GetAIAimTargets( const idVec3 &lastSightPos, idVec3 &headPos, idVec3 &chestPos );
|
||||
virtual void DamageFeedback( idEntity *victim, idEntity *inflictor, int &damage );
|
||||
void CalcDamagePoints( idEntity *inflictor, idEntity *attacker, const idDict *damageDef,
|
||||
@@ -658,8 +658,8 @@ private:
|
||||
void EvaluateControls( void );
|
||||
void AdjustSpeed( void );
|
||||
void AdjustBodyAngles( void );
|
||||
void InitAASLocation( void );
|
||||
void SetAASLocation( void );
|
||||
void InitNAVLocation( void );
|
||||
void SetNAVLocation( void );
|
||||
void Move( void );
|
||||
void UpdatePowerUps( void );
|
||||
void UpdateDeathSkin( bool state_hitch );
|
||||
|
||||
Reference in New Issue
Block a user