corrected typo
authorTobias Gläßer <tobi.web@gmx.de>
Tue, 4 May 2004 20:57:01 +0000 (20:57 +0000)
committerTobias Gläßer <tobi.web@gmx.de>
Tue, 4 May 2004 20:57:01 +0000 (20:57 +0000)
SVN-Revision: 982

src/defines.h

index 21c320d..2810cf6 100644 (file)
@@ -49,7 +49,7 @@ enum DyingType {
 };
 
 /* 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