aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/auto_animate.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-03-17 23:01:46 -0400
committerPaul Gilbert2016-03-17 23:01:46 -0400
commitea585b0aa53544e114cdb0080cacbcb324e6e1ff (patch)
tree313d0fff3ed2fe1f9d23da41acf7811b714735e3 /engines/titanic/game/auto_animate.cpp
parent04b8c75a9371d0ad353cbf4cc86da6087e94c7df (diff)
downloadscummvm-rg350-ea585b0aa53544e114cdb0080cacbcb324e6e1ff.tar.gz
scummvm-rg350-ea585b0aa53544e114cdb0080cacbcb324e6e1ff.tar.bz2
scummvm-rg350-ea585b0aa53544e114cdb0080cacbcb324e6e1ff.zip
TITANIC: Add some CEnterViewMsg stubs
Diffstat (limited to 'engines/titanic/game/auto_animate.cpp')
-rw-r--r--engines/titanic/game/auto_animate.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/game/auto_animate.cpp b/engines/titanic/game/auto_animate.cpp
index bbaeebf091..c79fa74167 100644
--- a/engines/titanic/game/auto_animate.cpp
+++ b/engines/titanic/game/auto_animate.cpp
@@ -40,4 +40,9 @@ void CAutoAnimate::load(SimpleFile *file) {
CBackground::load(file);
}
+bool CAutoAnimate::handleEvent(const CEnterViewMsg &msg) {
+ warning("CAutoAnimate::handleEvent");
+ return true;
+}
+
} // End of namespace Titanic