diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-06-01 17:01:32 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-06-01 17:01:32 -0400 |
| commit | 04488db3894905af8ac4c4a8b162ce48b366199a (patch) | |
| tree | fab4eeb694dead28bb66db0f5950605ec281930c /src/d/actor/d_a_obj_search.cpp | |
| parent | 46718e76ddb102e3af58f6a017d297c758ecbedb (diff) | |
Fix field names for cM3dGCpsS comments
Diffstat (limited to 'src/d/actor/d_a_obj_search.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_search.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/d/actor/d_a_obj_search.cpp b/src/d/actor/d_a_obj_search.cpp index e5eefbb8..ea37b3fd 100644 --- a/src/d/actor/d_a_obj_search.cpp +++ b/src/d/actor/d_a_obj_search.cpp @@ -32,9 +32,9 @@ static dCcD_SrcCps cps_src = { }, // cM3dGCpsS { - /* P0 */ 0.0f, 0.0f, 0.0f, - /* P1 */ 0.0f, 0.0f, 0.0f, - /* Height */ 50.0f, + /* Start */ 0.0f, 0.0f, 0.0f, + /* End */ 0.0f, 0.0f, 0.0f, + /* Radius */ 50.0f, }, }; |
