1
0
Fork 0

Tweaks for new SGBinObject interface.

This commit is contained in:
curt 2001-01-06 05:31:45 +00:00
parent 49fc684885
commit 690d2ac3e8

View file

@ -910,7 +910,7 @@ static ssgBranch *fgBinObjLoad( const string& path, FGTileEntry *t,
int i;
SGBinObject obj;
bool result = sgReadBinObj( path, &obj );
bool result = obj.read_bin( path );
if ( !result ) {
return NULL;