summaryrefslogtreecommitdiff
path: root/src/bonepiece.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bonepiece.cpp')
-rw-r--r--src/bonepiece.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bonepiece.cpp b/src/bonepiece.cpp
index 57e862e..eb1839d 100644
--- a/src/bonepiece.cpp
+++ b/src/bonepiece.cpp
@@ -62,6 +62,10 @@ int daBonePiece_c::onCreate() {
rot.z = rotation;
}
+ if ((settings >> 20) & 1) {
+ rot.y = 0x8000;
+ }
+
collider.init(this,
/*xOffset=*/0.0f, /*yOffset=*/0.0f,
/*topYOffset=*/0,