Rather than silently failing, report error if a non-expected player.ship.chartHighlightMode is used.

This commit is contained in:
AnotherCommander 2018-02-17 21:32:05 +01:00
parent 835770bfad
commit c8a4f74759

View File

@ -50,7 +50,7 @@ typedef enum
{
#include "OOLongRangeChartMode.tbl"
kOOLongRangeChartModeDefault = OOLRC_MODE_SUNCOLOR
kOOLongRangeChartModeDefault = OOLRC_MODE_UNKNOWN
} OOLongRangeChartMode;
#undef ENTRY