Spiky, Snowball and Poison Ivy can move again
[supertux.git] / src / gameconfig.hpp
index eb9a320..ab639d8 100644 (file)
@@ -1,7 +1,7 @@
-//  $Id: configfile.h 2293 2005-03-25 20:39:56Z matzebraun $
+//  $Id$
 //
-//  SuperTux -  A Jump'n Run
-//  Copyright (C) 2004 Michael George <mike@georgetech.com>
+//  SuperTux=
+//  Copyright (C) 2006 Matthias Braun <matze@braunis.de>
 //
 //  This program is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU General Public License
@@ -31,11 +31,11 @@ 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;
-  bool use_gl;
 
   bool use_fullscreen;
   bool show_fps;