Add comment to CheckLosCheat/CheckLosCheatExempt

This commit is contained in:
nytmyr
2025-01-28 22:10:05 -06:00
parent 548e3ca81b
commit 626b7fd028
+2 -2
View File
@@ -872,8 +872,8 @@ public:
static bool CheckLosFN(glm::vec3 posWatcher, float sizeWatcher, glm::vec3 posTarget, float sizeTarget);
virtual bool CheckWaterLoS(Mob* m);
bool CheckPositioningLosFN(Mob* other, float posX, float posY, float posZ);
bool CheckLosCheat(Mob* other);
bool CheckLosCheatExempt(Mob* other);
bool CheckLosCheat(Mob* other); //door skipping checks for LoS
bool CheckLosCheatExempt(Mob* other); //exemptions to bypass los
bool DoLosChecks(Mob* other);
bool TargetValidation(Mob* other);
inline void SetLastLosState(bool value) { last_los_check = value; }