mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 13:13:29 -04:00
Rename fopAcM_SetupActor to fopAcM_ct
This commit is contained in:
@@ -66,7 +66,7 @@ bool daObjAuzu::Act_c::create_heap() {
|
||||
cPhs_State daObjAuzu::Act_c::_create() {
|
||||
cPhs_State state = cPhs_ERROR_e;
|
||||
mType = prm_get_type();
|
||||
fopAcM_SetupActor(this, daObjAuzu::Act_c);
|
||||
fopAcM_ct(this, daObjAuzu::Act_c);
|
||||
|
||||
mbIsExist = is_exist();
|
||||
if (mbIsExist != 0) {
|
||||
|
||||
Reference in New Issue
Block a user