[Scummvm-cvs-logs] CVS: scummvm/common scaler.h,1.19,1.20

Max Horn fingolfin at users.sourceforge.net
Tue Nov 4 13:18:12 CET 2003


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv22002/common

Modified Files:
	scaler.h 
Log Message:
swap GFX_HQ2X & GFX_ADVMAME3X (purely cosmetic :-)

Index: scaler.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/scaler.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- scaler.h	28 Sep 2003 14:27:08 -0000	1.19
+++ scaler.h	4 Nov 2003 21:17:17 -0000	1.20
@@ -63,8 +63,8 @@
 	GFX_SUPER2XSAI = 4,
 	GFX_SUPEREAGLE = 5,
 	GFX_ADVMAME2X = 6,
-	GFX_HQ2X = 7,
-	GFX_ADVMAME3X = 8,
+	GFX_ADVMAME3X = 7,
+	GFX_HQ2X = 8,
 	GFX_HQ3X = 9,
 	GFX_TV2X = 10,
 	GFX_DOTMATRIX = 11,





More information about the Scummvm-git-logs mailing list