[Scummvm-cvs-logs] SF.net SVN: scummvm: [27848] scummvm/trunk/engines/parallaction/dialogue. cpp

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Mon Jul 2 09:07:47 CEST 2007


Revision: 27848
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27848&view=rev
Author:   peres001
Date:     2007-07-02 00:07:47 -0700 (Mon, 02 Jul 2007)

Log Message:
-----------
Fixed glitch: protection code appearing over prompt.

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/dialogue.cpp

Modified: scummvm/trunk/engines/parallaction/dialogue.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/dialogue.cpp	2007-07-02 01:45:25 UTC (rev 27847)
+++ scummvm/trunk/engines/parallaction/dialogue.cpp	2007-07-02 07:07:47 UTC (rev 27848)
@@ -266,7 +266,7 @@
 			passwordLen++;
 			password[passwordLen] = '\0';
 
-			_vm->_gfx->displayBalloonString(_answerBalloonX[0] + 5, _answerBalloonY[0] + _answerBalloonH[0] - 15, password, 0);
+			_vm->_gfx->displayBalloonString(_answerBalloonX[0] + 10, _answerBalloonY[0] + _answerBalloonH[0] - 15, password, 0);
 			_vm->_gfx->updateScreen();
 
 			g_system->delayMillis(20);


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