diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2025-12-29 14:12:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-29 04:12:01 -0800 |
| commit | e77f841d351a2623490acdf0913eaf8f97f844d2 (patch) | |
| tree | 7e1b0b2f04f945cb053899eef9fbf2041e212c41 /src/d/actor/d_a_e_ai.cpp | |
| parent | 1f391dc5bde660c21b4f9d5cf942049f94c6ac2e (diff) | |
Work on d_cc_d debug (#3002)
Diffstat (limited to 'src/d/actor/d_a_e_ai.cpp')
| -rw-r--r-- | src/d/actor/d_a_e_ai.cpp | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/d/actor/d_a_e_ai.cpp b/src/d/actor/d_a_e_ai.cpp index 8e8841ffc2..a35bee546a 100644 --- a/src/d/actor/d_a_e_ai.cpp +++ b/src/d/actor/d_a_e_ai.cpp @@ -79,10 +79,12 @@ void e_ai_class::initCcCylinder() { {0x0}, // mGObjCo }, // mObjInf { - {0.0f, 0.0f, 0.0f}, // mCenter - 80.0f, // mRadius - 250.0f // mHeight - } // mCyl + { + {0.0f, 0.0f, 0.0f}, // mCenter + 80.0f, // mRadius + 250.0f // mHeight + } // mCyl + } }; m_ccCyl.Set(cc_cyl_src); |
