aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/duckman/duckman_specialcode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/illusions/duckman/duckman_specialcode.cpp')
-rw-r--r--engines/illusions/duckman/duckman_specialcode.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/illusions/duckman/duckman_specialcode.cpp b/engines/illusions/duckman/duckman_specialcode.cpp
index a7f301ff1b..b00579befe 100644
--- a/engines/illusions/duckman/duckman_specialcode.cpp
+++ b/engines/illusions/duckman/duckman_specialcode.cpp
@@ -338,6 +338,8 @@ void DuckmanSpecialCode::spcHoldGlowingElvisPoster(OpCall &opCall) {
_vm->_cursor._field14[_vm->_cursor._actorIndex - 1] = true;
}
break;
+ default:
+ break;
}
_vm->notifyThreadId(opCall._threadId);
}