KK-branch, Updated message in intro, merged current trunk (3120) with branch
[neverball] / share / config.h
index b0ce82c..64e83da 100644 (file)
@@ -81,6 +81,7 @@ enum {
     CONFIG_KEY_PAUSE,
     CONFIG_KEY_RESTART,
     CONFIG_CHEAT,
+    CONFIG_STATS,
 
     CONFIG_OPTION_D_COUNT
 };
@@ -146,6 +147,7 @@ enum {
 #define DEFAULT_KEY_RIGHT            SDLK_RIGHT
 #define DEFAULT_KEY_PAUSE            SDLK_SPACE
 #define DEFAULT_KEY_RESTART          SDLK_r
+#define DEFAULT_STATS                0
 
 /*---------------------------------------------------------------------------*/