Update of /cvsroot/super-tux/supertux/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23868/src
Modified Files:
defines.h
Log Message:
corrected typo
Index: defines.h
===================================================================
RCS file: /cvsroot/super-tux/supertux/src/defines.h,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- defines.h 4 May 2004 19:49:39 -0000 1.30
+++ defines.h 4 May 2004 20:57:01 -0000 1.31
@@ -49,7 +49,7 @@
};
/* Screen proprities: */
-/* Don't use this to test for the actual screen sizes. Use screen->w/h instead!
+/* Don't use this to test for the actual screen sizes. Use screen->w/h instead! */
#define SCREEN_W 640
#define SCREEN_H 480
|