- Reset for previously selected static map
Note: If static map doesn't reset, library continue to use it, even if user select generated maze map from game settings.
void fpcrtl_halt(int num) { __coverity_panic__();}int fpcrtl_abs(int num) { return num >= 0 ? num : -num;}