updated URL of forum and table in readme file
[neverball] / share / config.h
index 2bedf2e..b8ceda1 100644 (file)
@@ -18,9 +18,9 @@
 /*
  * This file contains:
  * 1- some global config methods (stored in a config file)
- * 2- some SDL based function
+ * 2- some SDL based functions
  *
- * If you look for constants, you should also see base_config.h
+ * If you're looking for constants, you should also see base_config.h
  */
 
 #include <SDL.h>
@@ -70,7 +70,6 @@ enum {
     CONFIG_VIEW_DZ,
     CONFIG_ROTATE_FAST,
     CONFIG_ROTATE_SLOW,
-    CONFIG_LAST_SET,
     CONFIG_MODE,
     CONFIG_CHEAT,
 
@@ -81,7 +80,6 @@ enum {
     CONFIG_PLAYER,
     CONFIG_BALL,
     CONFIG_BALL_BONUS,
-    CONFIG_COIN,
     CONFIG_LANG,
 
     CONFIG_OPTION_S_COUNT
@@ -130,13 +128,11 @@ enum {
 #define DEFAULT_VIEW_DZ              200
 #define DEFAULT_ROTATE_SLOW          100
 #define DEFAULT_ROTATE_FAST          200
-#define DEFAULT_LAST_SET             0
 #define DEFAULT_MODE                 1
 #define DEFAULT_CHEAT                0
 #define DEFAULT_PLAYER               ""
 #define DEFAULT_BALL                 "png/ball.png"
 #define DEFAULT_BALL_BONUS           "png/ball-bonus.png"
-#define DEFAULT_COIN                 _("png/coin.png")
 #define DEFAULT_LANG                 ""
 
 /*---------------------------------------------------------------------------*/
@@ -155,8 +151,8 @@ int  config_get_d(int);
 
 void config_set_s(int, const char *);
 void config_get_s(int, char *, int);
-const char * config_simple_get_s(int i);
-       
+const char *config_simple_get_s(int i);
+
 
 /*---------------------------------------------------------------------------*/