aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress/entities/cooks.cpp
diff options
context:
space:
mode:
authorJulien Templier2010-10-21 23:46:00 +0000
committerJulien Templier2010-10-21 23:46:00 +0000
commita54783c41479d9bdb3fc9a7739bf97af29dc9bdb (patch)
treea8752a2ccc65d6c79a6d7b1caa5efc21ca24a6b6 /engines/lastexpress/entities/cooks.cpp
parent002557fbd2575e2cdb82e19c9909a4c654593139 (diff)
downloadscummvm-rg350-a54783c41479d9bdb3fc9a7739bf97af29dc9bdb.tar.gz
scummvm-rg350-a54783c41479d9bdb3fc9a7739bf97af29dc9bdb.tar.bz2
scummvm-rg350-a54783c41479d9bdb3fc9a7739bf97af29dc9bdb.zip
LASTEXPRESS: Merge several TIME_CHECK* macros together
svn-id: r53692
Diffstat (limited to 'engines/lastexpress/entities/cooks.cpp')
-rw-r--r--engines/lastexpress/entities/cooks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lastexpress/entities/cooks.cpp b/engines/lastexpress/entities/cooks.cpp
index 2bc787b495..51e723887b 100644
--- a/engines/lastexpress/entities/cooks.cpp
+++ b/engines/lastexpress/entities/cooks.cpp
@@ -242,7 +242,7 @@ IMPLEMENT_FUNCTION(5, Cooks, chapter1)
break;
case kActionNone:
- TIME_CHECK_CHAPTER1(setup_chapter1Handler);
+ TIME_CHECK(kTimeChapter1, params->param1, setup_chapter1Handler);
break;
case kActionDefault: