aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he
diff options
context:
space:
mode:
authorTravis Howell2009-01-12 03:58:11 +0000
committerTravis Howell2009-01-12 03:58:11 +0000
commitf304ee8c199b612101b25365af1a962c73fc7760 (patch)
tree3b49abf7d62c20db2800e4fb2afb5deecbb7de54 /engines/scumm/he
parent9bef5d0e722d38cebfeb0d79b46a550964589cea (diff)
downloadscummvm-rg350-f304ee8c199b612101b25365af1a962c73fc7760.tar.gz
scummvm-rg350-f304ee8c199b612101b25365af1a962c73fc7760.tar.bz2
scummvm-rg350-f304ee8c199b612101b25365af1a962c73fc7760.zip
Remove unused case, which isn't used by HE60-HE71 games.
svn-id: r35832
Diffstat (limited to 'engines/scumm/he')
-rw-r--r--engines/scumm/he/script_v60he.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/scumm/he/script_v60he.cpp b/engines/scumm/he/script_v60he.cpp
index f6e88596d4..8cf74983ca 100644
--- a/engines/scumm/he/script_v60he.cpp
+++ b/engines/scumm/he/script_v60he.cpp
@@ -741,9 +741,6 @@ void ScummEngine_v60he::o60_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);