diff options
-rw-r--r-- | scumm/script_v6.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp index a07c6d8c63..8bf1759730 100644 --- a/scumm/script_v6.cpp +++ b/scumm/script_v6.cpp @@ -1742,6 +1742,7 @@ void Scumm_v6::o6_actorOps() { a->initActor(2); break; case 218: + // TODO: this opcode is used in the putt-putt fun pack, in 'checkers" mini game warning("o6_actorOps(): unimplemented opcode 218"); break; case 227: /* actor_layer */ |