aboutsummaryrefslogtreecommitdiff
path: root/queen/queen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'queen/queen.cpp')
-rw-r--r--queen/queen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/queen/queen.cpp b/queen/queen.cpp
index cfce6ba62a..210afcea11 100644
--- a/queen/queen.cpp
+++ b/queen/queen.cpp
@@ -159,7 +159,7 @@ void QueenEngine::initialise(void) {
_resource = new Resource(_gameDataPath, _system->get_savefile_manager(), getSavePath());
_command = new Command(this);
_debugger = new Debugger(this);
- _display = new Display(this, _resource->getLanguage(), _system);
+ _display = new Display(this, _system);
_graphics = new Graphics(this);
_input = new Input(_resource->getLanguage(), _system);
_logic = new Logic(this);