summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_obj_iceleaf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/d/actor/d_a_obj_iceleaf.cpp')
-rw-r--r--src/d/actor/d_a_obj_iceleaf.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/d/actor/d_a_obj_iceleaf.cpp b/src/d/actor/d_a_obj_iceleaf.cpp
index e5fd929932..f146c0da91 100644
--- a/src/d/actor/d_a_obj_iceleaf.cpp
+++ b/src/d/actor/d_a_obj_iceleaf.cpp
@@ -83,10 +83,12 @@ static dCcD_SrcCyl l_cyl_src = {
{0x0}, // mGObjCo
}, // mObjInf
{
- {0.0f, 0.0f, 0.0f}, // mCenter
- 50.0f, // mRadius
- 100.0f // mHeight
- } // mCyl
+ {
+ {0.0f, 0.0f, 0.0f}, // mCenter
+ 50.0f, // mRadius
+ 100.0f // mHeight
+ } // mCyl
+ }
};
int daObjIceLeaf_c::Create() {