Tweaks to scenery version number keyword.
This commit is contained in:
parent
9f678a797f
commit
98af0b8924
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ ssgBranch *fgObjLoad( const string& path, FGTileEntry *t) {
|
|||
|
||||
in >> token;
|
||||
|
||||
if ( token == "version" ) {
|
||||
if ( token == "Version" ) {
|
||||
// read scenery versions number
|
||||
in >> scenery_version;
|
||||
// cout << "scenery_version = " << scenery_version << endl;
|
||||
|
|
Loading…
Reference in a new issue