X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fglobals.h;h=c476a3cdcbef0e8d82b1be2e207779f07c6d7438;hb=b23a7698a18843e7eaca596c175e5ac76285edf9;hp=48c2884a3b1f44010604ab5f411f508c1ec3760b;hpb=f72d4c1c59e85533a95ad759885090a073b64d73;p=supertux.git diff --git a/src/globals.h b/src/globals.h index 48c2884a3..c476a3cdc 100644 --- a/src/globals.h +++ b/src/globals.h @@ -40,4 +40,6 @@ extern char *st_dir, *st_save_dir; extern SDL_Joystick * js; +#define JOYSTICK_DEAD_ZONE 4096 + #endif /* SUPERTUX_GLOBALS_H */