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->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();