From cfe6d9725cfbba51fa5593b805cb617cb20f3b03 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 8 Oct 2006 20:19:23 +0000 Subject: Making engines working again. svn-id: r24232 --- gui/newgui.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gui/newgui.cpp b/gui/newgui.cpp index dd2819fa57..71c50721cc 100644 --- a/gui/newgui.cpp +++ b/gui/newgui.cpp @@ -158,7 +158,6 @@ bool NewGui::loadNewTheme(const Common::String &style) { } _theme->resetDrawArea(); - _theme->enable(); if (!oldTheme.empty()) screenChange(); @@ -240,8 +239,8 @@ void NewGui::runLoop() { // HACK to change the cursor to the new themes one if (_themeChange) { - if (useStandardCurs) - PaletteMan.popCursorPalette(); + _theme->enable(); + PaletteMan.popCursorPalette(); CursorMan.popCursor(); -- cgit v1.2.3