aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/agi/preagi.cpp2
1 files changed, 1 insertions, 1 deletions
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();