This is dummy opcode in tentacle
svn-id: r12029
This commit is contained in:
parent
f0c9f690e0
commit
6d8d7518e9
1 changed files with 4 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue