diff options
Diffstat (limited to 'scumm/actor.cpp')
-rw-r--r-- | scumm/actor.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/actor.cpp b/scumm/actor.cpp index 0e81f7062a..eb8a66f44e 100644 --- a/scumm/actor.cpp +++ b/scumm/actor.cpp @@ -962,6 +962,9 @@ void ScummEngine::processActors() { } delete [] actors; + + if (_features & GF_NEW_COSTUMES) + akos_processQueue(); } // Used in Scumm v8, to allow the verb coin to be drawn over the inventory |