From decec97c4b7611c56135cf222544afa9f043c894 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 28 Feb 2016 10:57:45 -0500 Subject: TITANIC: Implement various parrot classes --- engines/titanic/titanic.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/titanic/titanic.cpp') diff --git a/engines/titanic/titanic.cpp b/engines/titanic/titanic.cpp index 47b7c1336a..9deb5e6e7a 100644 --- a/engines/titanic/titanic.cpp +++ b/engines/titanic/titanic.cpp @@ -29,6 +29,7 @@ #include "graphics/thumbnail.h" #include "titanic/titanic.h" #include "titanic/core/saveable_object.h" +#include "titanic/game/parrot/parrot_lobby_object.h" namespace Titanic { @@ -52,6 +53,8 @@ void TitanicEngine::initialize() { DebugMan.addDebugChannel(kDebugSound, "sound", "Sound and Music handling"); CSaveableObject::initClassList(); + CParrotLobbyObject::init(); + _screenManager = new OSScreenManager(this); _window = new CMainGameWindow(this); _window->applicationStarting(); -- cgit v1.2.3