aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/timeline.cpp
diff options
context:
space:
mode:
authorBendegúz Nagy2016-08-26 22:50:01 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit723c96fffe2d0eb1775983f3059828ac58354a0e (patch)
tree76bd263b2fbb2b61db9675a60ac3759e6fc2bb52 /engines/dm/timeline.cpp
parente02d165fceedec6aff32cc9529b72b07cf8d103a (diff)
downloadscummvm-rg350-723c96fffe2d0eb1775983f3059828ac58354a0e.tar.gz
scummvm-rg350-723c96fffe2d0eb1775983f3059828ac58354a0e.tar.bz2
scummvm-rg350-723c96fffe2d0eb1775983f3059828ac58354a0e.zip
DM: Clean up some initialization
Diffstat (limited to 'engines/dm/timeline.cpp')
-rw-r--r--engines/dm/timeline.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/dm/timeline.cpp b/engines/dm/timeline.cpp
index 2b58203b35..8b26210017 100644
--- a/engines/dm/timeline.cpp
+++ b/engines/dm/timeline.cpp
@@ -32,8 +32,11 @@
namespace DM {
Timeline::Timeline(DMEngine* vm) : _vm(vm) {
+ _g369_eventMaxCount = 0;
_g370_events = nullptr;
+ _g372_eventCount = 0;
_g371_timeline = nullptr;
+ _g373_firstUnusedEventIndex = 0;
}
Timeline::~Timeline() {