]> git.pond.sub.org Git - empserver/blobdiff - src/lib/global/constants.c
Change econfig key rollover_avail_max from 0 to 50
[empserver] / src / lib / global / constants.c
index bcc2ae6ae136529c9a160b2158b88df9937ad885..5e2b28d078a2c46f8233a92a9275f2d3b941feef 100644 (file)
@@ -113,7 +113,7 @@ double babyeat = 0.0060;    /* food to mature 1 baby into a civilian */
 double obrate = 0.005;         /* other sectors birth rate */
 double uwbrate = 0.0025;       /* uncompensated worker birth rate */
                                /* values > 0.25 for either will overflow */
-int rollover_avail_max = 0;    /* max. avail that can roll over an update */
+int rollover_avail_max = 50;   /* max. avail that can roll over an update */
 
 /* opt_FALLOUT */
 double decay_per_etu = 0.006;  /* This gives a half life of ? etus,