I have 2 patches for atanks, 1) for the crasher when meteor shower and lightning options are turned on. Not sure if I got them all, but I've yet to get atanks to crash with this patch. 2) for the upper and lower limits of "money", that is to get it not to overflow when going beyond the limits. Reproducible: Always Steps to Reproduce:
Created attachment 41333 [details, diff] crash patch this is the patch for the crasher bug
Created attachment 41334 [details, diff] money overflow patch this is the money overflow patch
Created attachment 41481 [details, diff] crash patch v2 more null checks
Created attachment 41482 [details, diff] money overflow patch use 0 as the lower limit rather than LONG_MIN and more complete upper limit check
added to CVS. resync and remerge to get them. Thanks for the bug report and patches.