summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_obj_stopper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/d/actor/d_a_obj_stopper.cpp')
-rw-r--r--src/d/actor/d_a_obj_stopper.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_obj_stopper.cpp b/src/d/actor/d_a_obj_stopper.cpp
index bee5fc640d..97f978f6a0 100644
--- a/src/d/actor/d_a_obj_stopper.cpp
+++ b/src/d/actor/d_a_obj_stopper.cpp
@@ -75,8 +75,8 @@ int daObjStopper_c::create() {
shape_angle.x = shape_angle.z = 0;
field_0x9fc = 1;
}
- cPhs__Step phase = cPhs_COMPLEATE_e;
- phase = (cPhs__Step)MoveBGCreate(NULL, -1, dBgS_MoveBGProc_TypicalRotY, 0x810, NULL);
+ cPhs_Step phase = cPhs_COMPLEATE_e;
+ phase = MoveBGCreate(NULL, -1, dBgS_MoveBGProc_TypicalRotY, 0x810, NULL);
if (phase == cPhs_ERROR_e) {
return phase;
}