X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis/blobdiff_plain/f1d92a2564f181cebcabbd0f8c04fe8966bc17ff..HEAD:/src/sim/s_sim.c diff --git a/src/sim/s_sim.c b/src/sim/s_sim.c index 9d0e4c6..f9fa82f 100644 --- a/src/sim/s_sim.c +++ b/src/sim/s_sim.c @@ -674,12 +674,12 @@ CollectTax(void) { static float RLevels[3] = { 0.7, 0.9, 1.2 }; static float FLevels[3] = { 1.4, 1.2, 0.8 }; - short z; + /* short z; */ CashFlow = 0; if (!TaxFlag) { /* if the Tax Port is clear */ /* XXX: do something with z */ - z = AvCityTax / 48; /* post */ + /* z = AvCityTax / 48; */ /* post */ AvCityTax = 0; PoliceFund = PolicePop * 100; FireFund = FireStPop * 100;