GUI: More object initialization cleanup
This commit is contained in:
parent
b590cc2d8f
commit
c7ad2155fc
4 changed files with 13 additions and 1 deletions
|
@ -311,6 +311,12 @@ ThemeEngine::ThemeEngine(Common::String id, GraphicsMode mode) :
|
|||
_themeArchive = 0;
|
||||
_initOk = false;
|
||||
|
||||
_cursorHotspotX = _cursorHotspotY = 0;
|
||||
_cursorWidth = _cursorHeight = 0;
|
||||
_cursorPalSize = 0;
|
||||
|
||||
_needPaletteUpdates = false;
|
||||
|
||||
// We prefer files in archive bundles over the common search paths.
|
||||
_themeFiles.add("default", &SearchMan, 0, false);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue