aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game_manager.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-03-13 15:30:12 -0400
committerPaul Gilbert2016-03-13 15:30:12 -0400
commit819b773491b728ab0be933ffdcfc333e20d582d3 (patch)
treea86fae67694035ccae76ced14777cb7b668e7eec /engines/titanic/game_manager.cpp
parentc92bf22f0331fbdbc7e440b43ae1973b679befb3 (diff)
downloadscummvm-rg350-819b773491b728ab0be933ffdcfc333e20d582d3.tar.gz
scummvm-rg350-819b773491b728ab0be933ffdcfc333e20d582d3.tar.bz2
scummvm-rg350-819b773491b728ab0be933ffdcfc333e20d582d3.zip
TITANIC: Add message generation at end of applicationStarting
Diffstat (limited to 'engines/titanic/game_manager.cpp')
-rw-r--r--engines/titanic/game_manager.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/game_manager.cpp b/engines/titanic/game_manager.cpp
index 53e7b34409..0495d08dbd 100644
--- a/engines/titanic/game_manager.cpp
+++ b/engines/titanic/game_manager.cpp
@@ -20,6 +20,7 @@
*
*/
+#include "titanic/titanic.h"
#include "titanic/game_manager.h"
#include "titanic/game_view.h"
#include "titanic/screen_manager.h"
@@ -84,4 +85,8 @@ void CGameManager::postLoad(CProjectItem *project) {
_sound.postLoad();
}
+void CGameManager::initBounds() {
+ _bounds = Common::Rect(0, 0, SCREEN_WIDTH, SCREEN_HEIGHT);
+}
+
} // End of namespace Titanic