Removed legacy AAS from Doom, cleaned up naming.

This commit is contained in:
Justin Marshall
2026-05-22 22:26:19 -07:00
parent b0788b922e
commit 164a6e1f48
53 changed files with 912 additions and 613 deletions
+2 -2
View File
@@ -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 );