diff options
Diffstat (limited to 'engines/mads/scene.h')
-rw-r--r-- | engines/mads/scene.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/mads/scene.h b/engines/mads/scene.h index b695f3b1fa..7944576a5a 100644 --- a/engines/mads/scene.h +++ b/engines/mads/scene.h @@ -222,6 +222,11 @@ public: * leaving any player sprites list in place at the start of the list. */ void removeSprites(); + + /** + * Frees any currently active animation for the scene + */ + void freeAnimation(); }; } // End of namespace MADS |