Updated Continental supplies
Noticable changes:
* Selection of continent is now before a turn
* Australia and Antarctica will have new moddable weapons
* All continents have different starting healths per hog
void fpcrtl_halt(int num) {
__coverity_panic__();
}
int fpcrtl_abs(int num) {
return num >= 0 ? num : -num;
}