- fixed joystick code a bit
[supertux.git] / src / globals.h
index 48c2884..c476a3c 100644 (file)
@@ -40,4 +40,6 @@ extern char *st_dir, *st_save_dir;
 
 extern SDL_Joystick * js;
 
+#define JOYSTICK_DEAD_ZONE 4096
+
 #endif /* SUPERTUX_GLOBALS_H */