From 690d2ac3e87d3acc36d2e651566387eb61116817 Mon Sep 17 00:00:00 2001 From: curt Date: Sat, 6 Jan 2001 05:31:45 +0000 Subject: [PATCH] Tweaks for new SGBinObject interface. --- src/Objects/obj.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Objects/obj.cxx b/src/Objects/obj.cxx index 222b715e9..2de9654c4 100644 --- a/src/Objects/obj.cxx +++ b/src/Objects/obj.cxx @@ -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;