diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-02-01 20:56:47 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-02-01 20:56:47 -0500 |
| commit | f4ac738d36d4904a04e893d7741034f25428e216 (patch) | |
| tree | 893706fe23d1fa1f43795bc7dc6f5bc7638cf023 /src/d/d_detect.cpp | |
| parent | 49afbc07e2a83353bb9e6983dd9336cd4a761de6 (diff) | |
Clean up comments
Diffstat (limited to 'src/d/d_detect.cpp')
| -rw-r--r-- | src/d/d_detect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_detect.cpp b/src/d/d_detect.cpp index 8b27dcd2..134d7c62 100644 --- a/src/d/d_detect.cpp +++ b/src/d/d_detect.cpp @@ -103,7 +103,7 @@ bool dDetect_c::chk_quake_area(const cXyz* pos) const { /* 8009C32C-8009C588 .text search_tag_light__9dDetect_cFPvPv */ void* dDetect_c::search_tag_light(void* i_proc, void* i_pos) { - /* Nonmatching */ + /* Nonmatching - chk_inside */ if (fopAc_IsActor(i_proc) && fopAcM_GetProfName(i_proc) == PROC_Tag_Light) { daTagLight::Act_c* light = (daTagLight::Act_c*)i_proc; const cXyz* pos = (const cXyz*)i_pos; |
