This commit is contained in:
LagoLunatic
2026-05-07 16:54:44 -04:00
parent 6d4db5adc7
commit 333ea2f775
10 changed files with 39 additions and 41 deletions
+4 -2
View File
@@ -809,7 +809,7 @@ bool daNpc_Hr_c::demoProc() {
case 10:
pLink->offPlayerNoDraw();
break;
case 11:
case 11: {
cXyz* pPos = dComIfGp_evmng_getMyXyzP(mStaffIdx, "Pos");
if (pPos != NULL) {
@@ -826,10 +826,11 @@ bool daNpc_Hr_c::demoProc() {
mAnmIdx = -1;
setAnm(0);
break;
}
case 12:
demoInitMove();
break;
case 13:
case 13: {
mTargetAngle = fopAcM_searchActorAngleY(pLink, this);
int* pTimer = dComIfGp_evmng_getMyIntegerP(mStaffIdx, "Timer");
@@ -839,6 +840,7 @@ bool daNpc_Hr_c::demoProc() {
mMoveTimer = 0;
}
break;
}
case 14:
setAnm(0);
demoInitWait();