This is dummy opcode in tentacle

svn-id: r12029
This commit is contained in:
Travis Howell 2003-12-30 06:43:15 +00:00
parent f0c9f690e0
commit 6d8d7518e9

View file

@ -2946,6 +2946,10 @@ void ScummEngine_v6::o6_pickOneOfDefault() {
void ScummEngine_v6::o6_stampObject() {
int object, x, y, state;
// dummy opcode in the tentacle
if (_gameId == GID_TENTACLE)
return;
// V6 version
if (_version == 6) {
state = pop();