summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_mozo.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-08-22 23:26:48 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-08-22 23:26:48 -0400
commitbc74b63d11178e432096fa7e25d454c208ca2225 (patch)
treec2b2fca30f0358313cf13eca72546aeb4f6e6a95 /src/d/actor/d_a_mozo.cpp
parent77cc6a61194623890f41ba1caa3e245d291d51b1 (diff)
Fix collision struct formatting
Diffstat (limited to 'src/d/actor/d_a_mozo.cpp')
-rw-r--r--src/d/actor/d_a_mozo.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/d/actor/d_a_mozo.cpp b/src/d/actor/d_a_mozo.cpp
index 8149f7c1..7ab39c8d 100644
--- a/src/d/actor/d_a_mozo.cpp
+++ b/src/d/actor/d_a_mozo.cpp
@@ -41,11 +41,11 @@ static dCcD_SrcCps cps_src = {
/* SrcGObjCo SPrm */ 0,
},
// cM3dGCpsS
- {
- /* Start */ 0.0f, 0.0f, 0.0f,
- /* End */ 0.0f, 0.0f, 0.0f,
+ {{
+ /* Start */ {0.0f, 0.0f, 0.0f},
+ /* End */ {0.0f, 0.0f, 0.0f},
/* Radius */ 50.0f,
- },
+ }},
};