diff --git a/src/d/actor/d_a_salvage_tbox.cpp b/src/d/actor/d_a_salvage_tbox.cpp index 0773fe831..de4c4717b 100644 --- a/src/d/actor/d_a_salvage_tbox.cpp +++ b/src/d/actor/d_a_salvage_tbox.cpp @@ -69,7 +69,7 @@ void daSTBox_shadowEcallBack_c::execute(JPABaseEmitter* emitter) { } else { yAngle = (s16)(mpAngle->y + 0x8000); } - JGeometry::TVec3 rotation(0, yAngle, 0); + JGeometry::TVec3 rotation((s16)0, yAngle, (s16)0); emitter->setGlobalRotation(rotation); waterY = mpWaterY; if (waterY < 0.0f || waterY > 2000.0f) {