[Scummvm-cvs-logs] CVS: scummvm/bs2/driver sprite.cpp,1.16,1.17

Torbj?rn Andersson eriktorbjorn at users.sourceforge.net
Mon Sep 8 17:47:50 CEST 2003


Update of /cvsroot/scummvm/scummvm/bs2/driver
In directory sc8-pr-cvs1:/tmp/cvs-serv19005/driver

Modified Files:
	sprite.cpp 
Log Message:
Updated comment.


Index: sprite.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/driver/sprite.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- sprite.cpp	8 Sep 2003 17:18:38 -0000	1.16
+++ sprite.cpp	8 Sep 2003 17:24:00 -0000	1.17
@@ -1197,8 +1197,9 @@
 	return 0;
 }
 
-// The surface functions are only used by the in-game dialogs. Everything
-// that isn't needed for them (blending, scaling, etc.) has been removed.
+// The surface functions are used by the in-game dialogs and for displaying
+// cutscene subtitles. Everything that isn't needed for those cases (blending,
+// scaling, etc.) has been removed.
 
 int32 CreateSurface(_spriteInfo *s, uint8 **sprite) {
 	uint8 *newSprite;





More information about the Scummvm-git-logs mailing list