diff options
-rw-r--r-- | engines/scumm/he/script_v60he.cpp | 3 |
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); |