mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 07:11:49 +00:00
There's that incomprehensible MinGW GCC warning again!
svn-id: r12050
This commit is contained in:
parent
de014ec971
commit
edf6386a65
@ -97,7 +97,7 @@ void TextRenderer::drawChar(uint8 *dstBuf, uint16 dstPitch, uint16 x, uint16 y,
|
||||
|
||||
|
||||
Display::Display(QueenEngine *vm, Language language, OSystem *system)
|
||||
: _system(system), _vm(vm), _horizontalScroll(0), _curBlankingEffect(0) {
|
||||
: _horizontalScroll(0), _curBlankingEffect(0), _system(system), _vm(vm) {
|
||||
_dynalum.prevColMask = 0xFF;
|
||||
_textRenderer._lang = language;
|
||||
_textRenderer.init();
|
||||
|
Loading…
x
Reference in New Issue
Block a user