[Scummvm-cvs-logs] CVS: scummvm/sword1 text.cpp,1.3,1.4

Robert G?ffringmann lavosspawn at users.sourceforge.net
Thu Dec 18 04:53:01 CET 2003


Update of /cvsroot/scummvm/scummvm/sword1
In directory sc8-pr-cvs1:/tmp/cvs-serv1679/sword1

Modified Files:
	text.cpp 
Log Message:
another big endian 

Index: text.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/text.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- text.cpp	18 Dec 2003 12:45:40 -0000	1.3
+++ text.cpp	18 Dec 2003 12:52:04 -0000	1.4
@@ -155,7 +155,7 @@
 		}
 		dest += sprWidth;
 	}
-	return chFrame->width;
+	return FROM_LE_16(chFrame->width);
 }
 
 FrameHeader *SwordText::giveSpriteData(uint32 textTarget) {





More information about the Scummvm-git-logs mailing list