]> git.mxchange.org Git - flightgear.git/commitdiff
Tweaks for new SGBinObject interface.
authorcurt <curt>
Sat, 6 Jan 2001 05:31:45 +0000 (05:31 +0000)
committercurt <curt>
Sat, 6 Jan 2001 05:31:45 +0000 (05:31 +0000)
src/Objects/obj.cxx

index 222b715e97955da0a3b1d5a534e9d89e5dbbfc8a..2de9654c40873f4648507f9937adbde95545e8a3 100644 (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;