Moved powerups to separate .sprite files
[supertux.git] / src / gameconfig.hpp
index 8fdaff1..b417221 100644 (file)
@@ -31,7 +31,8 @@ public:
   void save();
 
   /** screen width in pixel (warning: this is the real screen width+height,
-   * supertux is using a logical width+height and not this one)
+   * you should use the logical SCREEN_WIDTH and SCREEN_HEIGHT for your
+   * rendering code.)
    */
   int screenwidth;
   int screenheight;