some startup time debugging, changed skid dust particles back to old behaviour
[supertux.git] / src / main.hpp
index 3738c00..8a65366 100644 (file)
@@ -23,8 +23,8 @@
 void init_video();
 void wait_for_event(float min_delay, float max_delay);
 
-static const int SCREEN_WIDTH = 800;
-static const int SCREEN_HEIGHT = 600;
+static const float SCREEN_WIDTH = 800;
+static const float SCREEN_HEIGHT = 600;
 
 // global variables
 class JoystickKeyboardController;