aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2004-08-25 11:20:33 +0000
committerTravis Howell2004-08-25 11:20:33 +0000
commit34b7c1a31fa7ec9f74d5c9688556438c755fbccd (patch)
tree876906d8452a8fd52380133a2b19909762fcb774 /scumm
parent742e023e855c63ffa60c317c56911024634339b9 (diff)
downloadscummvm-rg350-34b7c1a31fa7ec9f74d5c9688556438c755fbccd.tar.gz
scummvm-rg350-34b7c1a31fa7ec9f74d5c9688556438c755fbccd.tar.bz2
scummvm-rg350-34b7c1a31fa7ec9f74d5c9688556438c755fbccd.zip
Add case for HE 7.2 games
svn-id: r14750
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v6he.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/script_v6he.cpp b/scumm/script_v6he.cpp
index 56455dd5f1..5e1995b138 100644
--- a/scumm/script_v6he.cpp
+++ b/scumm/script_v6he.cpp
@@ -660,6 +660,9 @@ void ScummEngine_v6he::o6_actorOps() {
a->talkPosY = pop();
a->talkPosX = pop();
break;
+ case 156: // HE 7.2
+ a->charset = pop();
+ break;
case 198: // SO_ACTOR_VARIABLE
i = pop();
a->setAnimVar(pop(), i);