summaryrefslogtreecommitdiff
path: root/src/d/d_event_data.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/d/d_event_data.cpp')
-rw-r--r--src/d/d_event_data.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/d_event_data.cpp b/src/d/d_event_data.cpp
index 4d2fc7db..fe846f50 100644
--- a/src/d/d_event_data.cpp
+++ b/src/d/d_event_data.cpp
@@ -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;
}