[Scummvm-cvs-logs] CVS: scummvm/scumm script_v6.cpp,1.408,1.409
Max Horn
fingolfin at users.sourceforge.net
Tue Sep 28 11:02:43 CEST 2004
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30669
Modified Files:
script_v6.cpp
Log Message:
Seems the difference between o6_kernelSetFunctions case 16 and 17 is whether the text shall be centered or not. Helps Asteroid Lander in The Dig
Index: script_v6.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v6.cpp,v
retrieving revision 1.408
retrieving revision 1.409
diff -u -d -r1.408 -r1.409
--- script_v6.cpp 26 Sep 2004 07:30:25 -0000 1.408
+++ script_v6.cpp 28 Sep 2004 17:35:35 -0000 1.409
@@ -2538,7 +2538,7 @@
break;
case 16:
case 17:
- enqueueText(getStringAddressVar(VAR_STRING2DRAW), args[3], args[4], args[2], args[1], true);
+ enqueueText(getStringAddressVar(VAR_STRING2DRAW), args[3], args[4], args[2], args[1], (args[0] == 16));
break;
case 20:
// it's used for turn on/off 'RadioChatter' effect for voice in the dig, but i's not needed
More information about the Scummvm-git-logs
mailing list