aboutsummaryrefslogtreecommitdiff
path: root/sword2/walker.cpp
diff options
context:
space:
mode:
authorTorbjörn Andersson2003-10-21 08:54:50 +0000
committerTorbjörn Andersson2003-10-21 08:54:50 +0000
commit3be2f0f1e08fc191e9f092380845919778e77a58 (patch)
treea3f45971b122f2598e0ea4713aa204c7cf18ba6d /sword2/walker.cpp
parented0c30fcbf7f0fdd2633451c894ea7bd4980076c (diff)
downloadscummvm-rg350-3be2f0f1e08fc191e9f092380845919778e77a58.tar.gz
scummvm-rg350-3be2f0f1e08fc191e9f092380845919778e77a58.tar.bz2
scummvm-rg350-3be2f0f1e08fc191e9f092380845919778e77a58.zip
Moved some more stuff into the Logic class.
svn-id: r10923
Diffstat (limited to 'sword2/walker.cpp')
-rw-r--r--sword2/walker.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sword2/walker.cpp b/sword2/walker.cpp
index ebf198bbe2..11e0d6a3cf 100644
--- a/sword2/walker.cpp
+++ b/sword2/walker.cpp
@@ -611,7 +611,7 @@ int32 Logic::fnFaceMega(int32 *params) {
raw_script_ad = (char *) head;
//call the base script - this is the graphic/mouse service call
- RunScript(raw_script_ad, raw_script_ad, &null_pc);
+ runScript(raw_script_ad, raw_script_ad, &null_pc);
res_man.close(params[4]);
@@ -674,7 +674,7 @@ int32 Logic::fnWalkToTalkToMega(int32 *params) {
// call the base script - this is the graphic/mouse service
// call
- RunScript(raw_script_ad, raw_script_ad, &null_pc);
+ runScript(raw_script_ad, raw_script_ad, &null_pc);
res_man.close(params[4]);