[Scummvm-cvs-logs] SF.net SVN: scummvm: [22467] scummvm/trunk/engines/scumm/script_v2.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Sun May 14 02:59:02 CEST 2006


Revision: 22467
Author:   eriktorbjorn
Date:     2006-05-14 02:58:30 -0700 (Sun, 14 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22467&view=rev

Log Message:
-----------
Specify the right edge of the sentence line in Maniac/Zak. This fixes bug
#1488189, where the sentence line would only display the first character.

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/script_v2.cpp
Modified: scummvm/trunk/engines/scumm/script_v2.cpp
===================================================================
--- scummvm/trunk/engines/scumm/script_v2.cpp	2006-05-14 09:22:49 UTC (rev 22466)
+++ scummvm/trunk/engines/scumm/script_v2.cpp	2006-05-14 09:58:30 UTC (rev 22467)
@@ -1055,6 +1055,7 @@
 	_string[2].charset = 1;
 	_string[2].ypos = virtscr[kVerbVirtScreen].topline;
 	_string[2].xpos = 0;
+	_string[2].right = virtscr[kVerbVirtScreen].w - 1;
 	if (_game.platform == Common::kPlatformNES) {
 		_string[2].xpos = 16;
 		_string[2].color = 0;


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