mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-05 00:36:57 +00:00
Should silence some warnings.
svn-id: r25533
This commit is contained in:
parent
ffdd3522bf
commit
7d1e5b15ce
@ -53,7 +53,7 @@ OverlayColor calcGradient(OverlayColor start, OverlayColor end, int pos, int max
|
||||
#pragma mark -
|
||||
|
||||
ThemeModern::ThemeModern(OSystem *system, const Common::String &stylefile, const Common::ConfigFile *cfg) : Theme(), _system(system), _screen(), _initOk(false),
|
||||
_lastUsedBitMask(0), _forceRedraw(false), _imageHandles(), _images(0), _colors(), _fonts(), _cursor(0), _gradientFactors() {
|
||||
_forceRedraw(false), _lastUsedBitMask(0), _fonts(), _cursor(0), _imageHandles(), _images(0), _colors(), _gradientFactors() {
|
||||
_stylefile = stylefile;
|
||||
_initOk = false;
|
||||
_enabled = false;
|
||||
|
Loading…
Reference in New Issue
Block a user