summaryrefslogtreecommitdiff
path: root/src/d/d_throwstone.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/d/d_throwstone.cpp')
-rw-r--r--src/d/d_throwstone.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/d/d_throwstone.cpp b/src/d/d_throwstone.cpp
index 9d1cf007..0a6c7c94 100644
--- a/src/d/d_throwstone.cpp
+++ b/src/d/d_throwstone.cpp
@@ -87,7 +87,7 @@ BOOL daThrowstone_c::_execute() {
mpModel->setBaseScale(mScale);
mDoMtx_stack_c::transS(getPosition());
- mDoMtx_stack_c::ZXYrotM(shape_angle.x, shape_angle.y, shape_angle.z);
+ mDoMtx_stack_c::ZXYrotM(shape_angle);
mpModel->setBaseTRMtx(mDoMtx_stack_c::get());
mDoMtx_copy(mDoMtx_stack_c::get(), mMtx);
@@ -121,7 +121,7 @@ BOOL daThrowstoneIsDelete(void*) {
return TRUE;
}
-static actor_method_class l_daThrowstone_Method = {
+actor_method_class daThrowstoneMethodTable = {
(process_method_func)daThrowstoneCreate,
(process_method_func)daThrowstoneDelete,
(process_method_func)daThrowstoneExecute,
@@ -140,7 +140,7 @@ actor_process_profile_definition g_profile_THROWSTONE = {
0,
&g_fopAc_Method.base,
0x01CE,
- &l_daThrowstone_Method,
+ &daThrowstoneMethodTable,
fopAcStts_CULL_e | fopAcStts_UNK40000_e,
fopAc_ACTOR_e,
fopAc_CULLBOX_0_e,