aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/mads.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2014-03-05 07:27:39 -0500
committerPaul Gilbert2014-03-05 07:27:39 -0500
commit23ebeec600f8210601dd45fc42c21a596fa6d127 (patch)
treed5c28780ace8f5e74e393dc4dfa87bc0300a898a /engines/mads/mads.cpp
parent568fc31b3090a70aa922479991540d4f5c2e918c (diff)
downloadscummvm-rg350-23ebeec600f8210601dd45fc42c21a596fa6d127.tar.gz
scummvm-rg350-23ebeec600f8210601dd45fc42c21a596fa6d127.tar.bz2
scummvm-rg350-23ebeec600f8210601dd45fc42c21a596fa6d127.zip
MADS: Further implementation of drawElements
Diffstat (limited to 'engines/mads/mads.cpp')
-rw-r--r--engines/mads/mads.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/mads.cpp b/engines/mads/mads.cpp
index fd2aebaecf..fcf03952c7 100644
--- a/engines/mads/mads.cpp
+++ b/engines/mads/mads.cpp
@@ -82,7 +82,7 @@ void MADSEngine::initialise() {
_events = new EventsManager(this);
_palette = new Palette(this);
_font = new Font(this);
- _screen.setSize(g_system->getWidth(), g_system->getHeight());
+ _screen.init();
_sound = new SoundManager(this, _mixer);
_userInterface = UserInterface::init(this);
_game = Game::init(this);