[Scummvm-cvs-logs] SF.net SVN: scummvm: [23178] scummvm/branches/branch-0-9-0/engines/scumm/script_c64.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Mon Jun 19 12:12:32 CEST 2006


Revision: 23178
Author:   kirben
Date:     2006-06-19 03:12:28 -0700 (Mon, 19 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23178&view=rev

Log Message:
-----------
Fix sentence line regression in C64 maniac

Modified Paths:
--------------
    scummvm/branches/branch-0-9-0/engines/scumm/script_c64.cpp
Modified: scummvm/branches/branch-0-9-0/engines/scumm/script_c64.cpp
===================================================================
--- scummvm/branches/branch-0-9-0/engines/scumm/script_c64.cpp	2006-06-19 07:45:40 UTC (rev 23177)
+++ scummvm/branches/branch-0-9-0/engines/scumm/script_c64.cpp	2006-06-19 10:12:28 UTC (rev 23178)
@@ -532,6 +532,7 @@
 	_string[2].charset = 1;
 	_string[2].ypos = virtscr[kVerbVirtScreen].topline;
 	_string[2].xpos = 0;
+	_string[2].right = virtscr[kVerbVirtScreen].w - 1;
 	_string[2].color = 16;
 
 	byte string[80];


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