aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/timeline.cpp
diff options
context:
space:
mode:
authorBendegúz Nagy2016-08-26 22:47:44 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commitd69236e67430ffe1e5ac07abc2015f6bbf36d580 (patch)
treed297fca1a79a258f6e89f40a66bf517928ae9b8d /engines/dm/timeline.cpp
parent31b10d6d0d416658ef12416fb134e85adec7ac56 (diff)
downloadscummvm-rg350-d69236e67430ffe1e5ac07abc2015f6bbf36d580.tar.gz
scummvm-rg350-d69236e67430ffe1e5ac07abc2015f6bbf36d580.tar.bz2
scummvm-rg350-d69236e67430ffe1e5ac07abc2015f6bbf36d580.zip
DM: Rename functions
Diffstat (limited to 'engines/dm/timeline.cpp')
-rw-r--r--engines/dm/timeline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dm/timeline.cpp b/engines/dm/timeline.cpp
index 9803032a5c..4b5cfd411d 100644
--- a/engines/dm/timeline.cpp
+++ b/engines/dm/timeline.cpp
@@ -41,7 +41,7 @@ Timeline::~Timeline() {
delete[] _g371_timeline;
}
-void Timeline::initTimeline() {
+void Timeline::f233_initTimeline() {
_g370_events = new TimelineEvent[_g369_eventMaxCount];
_g371_timeline = new uint16[_g369_eventMaxCount];
if (_vm->_g298_newGame) {