mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-17 21:03:35 -04:00
Demo work, d_a_kytag02 and d_a_ff OK
This commit is contained in:
@@ -190,16 +190,16 @@ static BOOL daBranch_Delete(daBranch_c* i_this) {
|
||||
}
|
||||
|
||||
inline cPhs_State daBranch_c::create() {
|
||||
#if VERSION == VERSION_DEMO
|
||||
cPhs_State phase_state = dComIfG_resLoad(&mPhase, daBranch_c::m_arcname);
|
||||
if (phase_state == cPhs_COMPLEATE_e) {
|
||||
fopAcM_SetupActor(this, daBranch_c);
|
||||
#else
|
||||
#if VERSION > VERSION_DEMO
|
||||
fopAcM_SetupActor(this, daBranch_c);
|
||||
#endif
|
||||
|
||||
cPhs_State phase_state = dComIfG_resLoad(&mPhase, daBranch_c::m_arcname);
|
||||
if (phase_state == cPhs_COMPLEATE_e) {
|
||||
#if VERSION == VERSION_DEMO
|
||||
fopAcM_SetupActor(this, daBranch_c);
|
||||
#endif
|
||||
|
||||
if (!fopAcM_entrySolidHeap(this, daBranch_c::solidHeapCB, 0x4000)) {
|
||||
for (int i = 0; i < (s32)ARRAY_SIZE(mAnims); i++) {
|
||||
mAnims[i] = NULL;
|
||||
|
||||
Reference in New Issue
Block a user