d_demo work

This commit is contained in:
LagoLunatic
2025-03-28 22:35:13 -04:00
parent 09746976e3
commit b9c1eed694
26 changed files with 408 additions and 276 deletions
+2 -2
View File
@@ -74,8 +74,8 @@ bool daObjDmgroom_c::_delete() {
bool daObjDmgroom_c::_execute() {
if (demoActorID != 0) {
dDemo_actor_c * demoAc = dComIfGp_demo_getActor(demoActorID);
if (demoAc != NULL && demoAc->checkEnable(0x40))
mBrkAnm.setFrame(demoAc->mAnimationFrame);
if (demoAc != NULL && demoAc->checkEnable(dDemo_actor_c::ENABLE_ANM_FRAME_e))
mBrkAnm.setFrame(demoAc->getAnmFrame());
}
set_mtx();
return true;