aboutsummaryrefslogtreecommitdiff
path: root/queen
diff options
context:
space:
mode:
authorTorbjörn Andersson2003-12-31 12:53:43 +0000
committerTorbjörn Andersson2003-12-31 12:53:43 +0000
commitedf6386a65c9d94265b2ec1306790cc7b51f3af9 (patch)
treec79fc14184548294b67b6942df868fd057f2edb7 /queen
parentde014ec97178b36a2aa2f8e6fe958bd7211620c7 (diff)
downloadscummvm-rg350-edf6386a65c9d94265b2ec1306790cc7b51f3af9.tar.gz
scummvm-rg350-edf6386a65c9d94265b2ec1306790cc7b51f3af9.tar.bz2
scummvm-rg350-edf6386a65c9d94265b2ec1306790cc7b51f3af9.zip
There's that incomprehensible MinGW GCC warning again!
svn-id: r12050
Diffstat (limited to 'queen')
-rw-r--r--queen/display.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/queen/display.cpp b/queen/display.cpp
index 1f1b8364ac..9f7d8c51c4 100644
--- a/queen/display.cpp
+++ b/queen/display.cpp
@@ -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();