diff options
Diffstat (limited to 'saga/saga.cpp')
-rw-r--r-- | saga/saga.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/saga/saga.cpp b/saga/saga.cpp index e861512fcb..226b5e4a8f 100644 --- a/saga/saga.cpp +++ b/saga/saga.cpp @@ -253,7 +253,6 @@ int SagaEngine::init(GameDetector &detector) { debug(1, "Music disabled."); } - _render = new Render(this, _system); if (!_render->initialized()) { return FAILURE; @@ -270,6 +269,8 @@ int SagaEngine::init(GameDetector &detector) { _music->setVolume(-1, 1); + _gfx->initPalette(); + return SUCCESS; } |