Making engines working again.
svn-id: r24232
This commit is contained in:
parent
3e59682e34
commit
cfe6d9725c
1 changed files with 2 additions and 3 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue