[Super-tux-commit] supertux/src defines.h,1.29,1.30
Brought to you by:
wkendrick
From: Tobias Gl??er <to...@us...> - 2004-05-04 19:50:20
|
Update of /cvsroot/super-tux/supertux/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5360/src Modified Files: defines.h Log Message: Added a comment. Index: defines.h =================================================================== RCS file: /cvsroot/super-tux/supertux/src/defines.h,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- defines.h 4 May 2004 11:27:39 -0000 1.29 +++ defines.h 4 May 2004 19:49:39 -0000 1.30 @@ -49,7 +49,7 @@ }; /* Screen proprities: */ - +/* Don't use this to test for the actual screen sizes. Use screen->w/h instead! #define SCREEN_W 640 #define SCREEN_H 480 |