X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=config.h;h=2eaf0abd39513a7016619f8c8a7703fbe0a291bd;hp=052a2f812d663964b128f5d9c00d1adef4a1bed7;hb=4461dfec6f8f09b43ec9719523d14978d82bd124;hpb=ad299216a04916210587c3b0f377c1ce9076b94a diff --git a/config.h b/config.h index 052a2f8..2eaf0ab 100644 --- 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