Remove "angle" attribute of info_player_start. See
[neverball] / share / config.h
index 27edacd..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,
 
@@ -129,7 +128,6 @@ 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               ""
@@ -153,7 +151,7 @@ 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);
 
 
 /*---------------------------------------------------------------------------*/