aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v100he.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-05-07 11:07:45 +0000
committerTravis Howell2005-05-07 11:07:45 +0000
commitc4d2ac0eb7350721a9dfb223bb4760327fc48539 (patch)
treed524b765ac109c280ac2fb34ccc319b7eb251deb /scumm/script_v100he.cpp
parent873c10c16b2f4dd90b121337fc3f30f50d9dae63 (diff)
downloadscummvm-rg350-c4d2ac0eb7350721a9dfb223bb4760327fc48539.tar.gz
scummvm-rg350-c4d2ac0eb7350721a9dfb223bb4760327fc48539.tar.bz2
scummvm-rg350-c4d2ac0eb7350721a9dfb223bb4760327fc48539.zip
Additions for funshop titles.
svn-id: r17942
Diffstat (limited to 'scumm/script_v100he.cpp')
-rw-r--r--scumm/script_v100he.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/script_v100he.cpp b/scumm/script_v100he.cpp
index b132d0263d..bf2abb99ed 100644
--- a/scumm/script_v100he.cpp
+++ b/scumm/script_v100he.cpp
@@ -2348,6 +2348,7 @@ void ScummEngine_v100he::o100_getSpriteGroupInfo() {
}
void ScummEngine_v100he::o100_getWizData() {
+ byte filename[4096];
int state, resId;
int32 w, h;
int16 x, y;
@@ -2407,6 +2408,7 @@ void ScummEngine_v100he::o100_getWizData() {
break;
case 111:
pop();
+ copyScriptString(filename, sizeof(filename));
pop();
push(0);
warning("o100_getWizData() case 111 unhandled");