[Scummvm-cvs-logs] CVS: scummvm script_v1.cpp,1.22,1.23

Vincent Hamm yazoo at users.sourceforge.net
Thu Feb 14 07:10:21 CET 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv11722

Modified Files:
	script_v1.cpp 
Log Message:
Little fix for the Loom room

Index: script_v1.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/script_v1.cpp,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** script_v1.cpp	14 Feb 2002 12:57:29 -0000	1.22
--- script_v1.cpp	14 Feb 2002 15:09:40 -0000	1.23
***************
*** 1410,1414 ****
                         checkRange(256, 0, a, "o5_roomOps: 2: Illegal room color slot (%d)");
                         _currentPalette[a]=b; /*FIXME: should be shadow palette */
!                         _fullRedraw = 1;
                 } else {
                          a = getVarOrDirectWord(0x80);
--- 1410,1414 ----
                         checkRange(256, 0, a, "o5_roomOps: 2: Illegal room color slot (%d)");
                         _currentPalette[a]=b; /*FIXME: should be shadow palette */
!                 //        _fullRedraw = 1;
                 } else {
                          a = getVarOrDirectWord(0x80);





More information about the Scummvm-git-logs mailing list