Making engines working again.

svn-id: r24232
This commit is contained in:
Johannes Schickel 2006-10-08 20:19:23 +00:00
parent 3e59682e34
commit cfe6d9725c

View file

@ -158,7 +158,6 @@ bool NewGui::loadNewTheme(const Common::String &style) {
} }
_theme->resetDrawArea(); _theme->resetDrawArea();
_theme->enable();
if (!oldTheme.empty()) if (!oldTheme.empty())
screenChange(); screenChange();
@ -240,8 +239,8 @@ void NewGui::runLoop() {
// HACK to change the cursor to the new themes one // HACK to change the cursor to the new themes one
if (_themeChange) { if (_themeChange) {
if (useStandardCurs) _theme->enable();
PaletteMan.popCursorPalette(); PaletteMan.popCursorPalette();
CursorMan.popCursor(); CursorMan.popCursor();