[Scummvm-cvs-logs] CVS: scummvm/scumm scumm.h,1.636,1.637

Gregory Montoir cyx at users.sourceforge.net
Sat Jul 23 08:50:57 CEST 2005


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18922

Modified Files:
	scumm.h 
Log Message:
typo

Index: scumm.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scumm.h,v
retrieving revision 1.636
retrieving revision 1.637
diff -u -d -r1.636 -r1.637
--- scumm.h	19 Jul 2005 17:53:55 -0000	1.636
+++ scumm.h	23 Jul 2005 15:48:54 -0000	1.637
@@ -81,10 +81,10 @@
 	/** Games with the new camera system (ScummEngine_v7 and subclasses). */
 	GF_NEW_CAMERA          = 1 << 1,
 
-	/** Games with the AKOS custome system (ScummEngine_v7 and subclasses, HE games). */
+	/** Games with the AKOS costume system (ScummEngine_v7 and subclasses, HE games). */
 	GF_NEW_COSTUMES        = 1 << 2,
 
-	/** Games with digital IMUSE (ScummEngine_v7 and subclasses). */
+	/** Games with digital iMUSE (ScummEngine_v7 and subclasses). */
 	GF_DIGI_IMUSE          = 1 << 3,
 
 	/** Games using XOR encrypted data files. */





More information about the Scummvm-git-logs mailing list