JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
new option --bounciness (default changed from 100% to 50%).
[vor.git] / config.h
index 052a2f8..2eaf0ab 100644 (file)
--- a/config.h
+++ b/config.h
@@ -3,7 +3,7 @@
 
 #define debug(x) if(DEBUG) { x; }
 
-#define VERSION "0.3"
+#define VERSION "0.4pre"
 #define DATA_PREFIX "/usr/share/vor"
 
 // screen size
@@ -17,6 +17,8 @@
 #define I_ROCKS 25  // initial/final counts for rocks-on-screen.
 #define F_ROCKS 45
 
+#define SCREENDXMIN 7.5
+
 #define MAXROCKS 120 // MAX Rocks
 #define ROCKRATE 2
 #define MAXENGINEDOTS 5000