aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/mads.cpp
diff options
context:
space:
mode:
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 05c11409db..ec99b314a7 100644
--- a/engines/mads/mads.cpp
+++ b/engines/mads/mads.cpp
@@ -72,10 +72,10 @@ void MADSEngine::initialise() {
MSurface::setVm(this);
MSprite::setVm(this);
+ ResourcesManager::init(this);
_events = new EventsManager(this);
_palette = Palette::init(this);
_font = Font::init(this);
- _resources = new ResourcesManager(this);
_screen = MSurface::init(true);
_sound = new SoundManager(this, _mixer);
_userInterface = UserInterface::init(this);