Change Highlander.cfg to select Default by default
Because if you scroll through the list, you often end up with HedgeEditor being chosen as game scheme. xD
void fpcrtl_halt(int num) { __coverity_panic__();}int fpcrtl_abs(int num) { return num >= 0 ? num : -num;}