[Scummvm-cvs-logs] SF.net SVN: scummvm: [28834] scummvm/trunk/engines/agi/preagi.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Mon Sep 3 00:45:04 CEST 2007


Revision: 28834
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28834&view=rev
Author:   thebluegr
Date:     2007-09-02 15:45:02 -0700 (Sun, 02 Sep 2007)

Log Message:
-----------
Image placement in Mickey is correct now

Modified Paths:
--------------
    scummvm/trunk/engines/agi/preagi.cpp

Modified: scummvm/trunk/engines/agi/preagi.cpp
===================================================================
--- scummvm/trunk/engines/agi/preagi.cpp	2007-09-02 21:40:09 UTC (rev 28833)
+++ scummvm/trunk/engines/agi/preagi.cpp	2007-09-02 22:45:02 UTC (rev 28834)
@@ -184,7 +184,7 @@
 	_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();


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list