aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress/entities/chapters.cpp
diff options
context:
space:
mode:
authorLittleboy2014-06-03 21:19:57 -0400
committerLittleboy2014-06-16 18:46:17 -0400
commit9b4ed3f1e5ae022a0fd700c09261d6866235ab0f (patch)
tree50db166a64ea5bf9968bc3aa17307d29cc117c91 /engines/lastexpress/entities/chapters.cpp
parentd921f6721df9fc495d12d96db4efc68eae67331a (diff)
downloadscummvm-rg350-9b4ed3f1e5ae022a0fd700c09261d6866235ab0f.tar.gz
scummvm-rg350-9b4ed3f1e5ae022a0fd700c09261d6866235ab0f.tar.bz2
scummvm-rg350-9b4ed3f1e5ae022a0fd700c09261d6866235ab0f.zip
LASTEXPRESS: Rename Cooks functions
Diffstat (limited to 'engines/lastexpress/entities/chapters.cpp')
-rw-r--r--engines/lastexpress/entities/chapters.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lastexpress/entities/chapters.cpp b/engines/lastexpress/entities/chapters.cpp
index 6023ae6062..8628eabfcb 100644
--- a/engines/lastexpress/entities/chapters.cpp
+++ b/engines/lastexpress/entities/chapters.cpp
@@ -209,7 +209,7 @@ IMPLEMENT_FUNCTION(6, Chapters, chapter1End)
RESET_ENTITY_STATE(kEntityPascale, Pascale, setup_function19);
RESET_ENTITY_STATE(kEntityWaiter1, Waiter1, setup_function22);
RESET_ENTITY_STATE(kEntityWaiter2, Waiter2, setup_function16);
- RESET_ENTITY_STATE(kEntityCooks, Cooks, setup_function7);
+ RESET_ENTITY_STATE(kEntityCooks, Cooks, setup_lockUp);
RESET_ENTITY_STATE(kEntityMertens, Mertens, setup_function42);
RESET_ENTITY_STATE(kEntityCoudert, Coudert, setup_chapter1Handler);