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/Models \
data/MP \ data/MP \
data/N* \ data/N* \
data/options.xml \
data/preferences.xml \ data/preferences.xml \
data/Protocol \ data/Protocol \
data/README \ data/README \

View file

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