From f075661221cb661c9a726c2094cc96cbcba40b12 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sun, 2 Sep 2007 22:45:02 +0000 Subject: Image placement in Mickey is correct now svn-id: r28834 --- engines/agi/preagi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/agi/preagi.cpp b/engines/agi/preagi.cpp index f24fbcd294..4d3180a1bb 100644 --- a/engines/agi/preagi.cpp +++ b/engines/agi/preagi.cpp @@ -184,7 +184,7 @@ void PreAgiEngine::initialize() { _game.sbuf16c = _game.sbufOrig + SBUF16_OFFSET; // Make sbuf16c point to the 16 color (+control line & priority info) AGI screen _game.sbuf = _game.sbuf16c; // Make sbuf point to the 16 color (+control line & priority info) AGI screen by default - _game.lineMinPrint = 1; // hardcoded + _game.lineMinPrint = 0; // hardcoded _gfx->initVideo(); //_sound->initSound(); -- cgit v1.2.3