1
0
Fork 0
Florent Rougon 2017-01-05 06:31:52 +01:00
parent 206b272210
commit 9fdcca5e94
2 changed files with 2 additions and 2 deletions

View file

@ -78,6 +78,7 @@ tar \
data/Models \
data/MP \
data/N* \
data/options.xml \
data/preferences.xml \
data/Protocol \
data/README \

View file

@ -322,8 +322,7 @@ private:
int getNumMaturity(const char * str)
{
// Changes should also be reflected in
// $FG_INSTALL_PREFIX/share/flightgear/options.xml.
// Changes should also be reflected in $FG_ROOT/options.xml
const char* levels[] = {"alpha","beta","early-production","production"};
if (!strcmp(str, "all")) {