diff options
Diffstat (limited to 'src/d/actor/d_a_ep.cpp')
| -rw-r--r-- | src/d/actor/d_a_ep.cpp | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/d/actor/d_a_ep.cpp b/src/d/actor/d_a_ep.cpp index f2a1c2aae1..9eed297ef2 100644 --- a/src/d/actor/d_a_ep.cpp +++ b/src/d/actor/d_a_ep.cpp @@ -859,10 +859,12 @@ static int daEp_Create(fopAc_ac_c* a_this) { {0x0}, // mGObjCo }, // mObjInf { - {0.0f, 0.0f, 0.0f}, // mCenter - 35.0f, // mRadius - 120.0f // mHeight - } // mCyl + { + {0.0f, 0.0f, 0.0f}, // mCenter + 35.0f, // mRadius + 120.0f // mHeight + } // mCyl + } }; static dCcD_SrcSph at_sph_src = { |
