summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_windmill.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/d/actor/d_a_windmill.cpp')
-rw-r--r--src/d/actor/d_a_windmill.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_windmill.cpp b/src/d/actor/d_a_windmill.cpp
index 22ac9712..8659dd9c 100644
--- a/src/d/actor/d_a_windmill.cpp
+++ b/src/d/actor/d_a_windmill.cpp
@@ -270,7 +270,7 @@ void daWindMill_c::search_wind() {
/* 00000670-00000804 .text _create__12daWindMill_cFv */
cPhs_State daWindMill_c::_create() {
- fopAcM_SetupActor(this, daWindMill_c);
+ fopAcM_ct(this, daWindMill_c);
mType = fopAcM_GetParam(this) & 0xF;
cPhs_State res = dComIfG_resLoad(&mPhs, m_arcname[mType]);