diff --git a/src/GUI/LocationController.cxx b/src/GUI/LocationController.cxx index 7188ab334..4d3b9ae00 100644 --- a/src/GUI/LocationController.cxx +++ b/src/GUI/LocationController.cxx @@ -50,7 +50,7 @@ using namespace flightgear; -const unsigned int MAX_RECENT_LOCATIONS = 64; +const unsigned int MAX_RECENT_LOCATIONS = 20; QVariant savePositionList(const FGPositionedList& posList) {