mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-19 12:14:35 +02:00
Removed legacy AAS from Doom, cleaned up naming.
This commit is contained in:
@@ -396,7 +396,7 @@ private:
|
||||
float triggersize;
|
||||
bool crusher;
|
||||
bool noTouch;
|
||||
bool aas_area_closed;
|
||||
bool nav_area_closed;
|
||||
idStr buddyStr;
|
||||
idClipModel * trigger;
|
||||
idClipModel * sndTrigger;
|
||||
@@ -409,7 +409,7 @@ private:
|
||||
int normalAxisIndex; // door faces X or Y for spectator teleports
|
||||
idDoor * companionDoor;
|
||||
|
||||
void SetAASAreaState( bool closed );
|
||||
void SetNAVAreaState( bool closed );
|
||||
|
||||
void GetLocalTriggerPosition( const idClipModel *trigger );
|
||||
void CalcTriggerBounds( float size, idBounds &bounds );
|
||||
|
||||
Reference in New Issue
Block a user