- made fixes to buttjump
[supertux.git] / src / defines.h
index c23ed24..616fcee 100644 (file)
@@ -25,7 +25,7 @@
 /* Version: */
 
 #ifndef VERSION
-       #define VERSION "0.0.5-0.0.6-CVS"
+       #define VERSION "0.1.1"
 #endif
 
 /* Frames per second: */
@@ -69,7 +69,7 @@ enum DyingType {
 
 #define START_LIVES 4
 
-#define BULLETS_MAX 2
+#define MAX_BULLETS 2
 
 #define YM_FOR_JUMP 6.0
 #define WALK_ACCELERATION_X 0.03