X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fsetup.cpp;h=ad6a2009f1524bbe50033d4d2a8204bdd68c1b9f;hb=56dc2f295387a370cf6f77bf446706ceb2dce1a6;hp=5118cfdc09b99e3a8c37164175302e8d8a244e3f;hpb=7705b9d6ff7eddf0631571f32d74092216af02b0;p=supertux.git diff --git a/src/setup.cpp b/src/setup.cpp index 5118cfdc0..ad6a2009f 100644 --- a/src/setup.cpp +++ b/src/setup.cpp @@ -62,6 +62,11 @@ #define DATA_PREFIX "./data/" #endif +/* 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 + /* Local function prototypes: */ void seticon(void);