diff options
-rw-r--r-- | scumm/script_v6he.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/script_v6he.cpp b/scumm/script_v6he.cpp index b0f842c54b..78212d6b82 100644 --- a/scumm/script_v6he.cpp +++ b/scumm/script_v6he.cpp @@ -715,6 +715,7 @@ void ScummEngine_v6he::o6_actorOps() { break; case 225: i = pop(); // talkie slot + resStrLen(_scriptPointer); warning("o6_actorOps: stub case %d", b); break; default: |