d_event work

This commit is contained in:
Jasper St. Pierre
2024-01-06 19:13:58 -08:00
parent 99fd658424
commit 2dd14bfcdc
8 changed files with 213 additions and 41 deletions
+2 -2
View File
@@ -182,7 +182,7 @@ void dEvDtStaff_c::init() {
m45 = 0;
m44 = 0;
mAdvance = 2;
mbNeedsAction = false;
mbHasAction = false;
mCurActionIdx = -1;
if (mStaffType == CAMERA_e)
dComIfGp_getPEvtManager()->setCameraPlay(1);
@@ -196,7 +196,7 @@ void dEvDtStaff_c::advanceCut(int cutIdx) {
m45 = 0;
m44 = 0;
mAdvance = 1;
mbNeedsAction = false;
mbHasAction = false;
mCurActionIdx = -1;
}