]> git.mxchange.org Git - flightgear.git/blobdiff - Scenery/material.hxx
Incremental additions to material.cxx (not fully functional)
[flightgear.git] / Scenery / material.hxx
index dcd7433f9a3e44497b4778e21298779340e2375e..e02a8d026fe53bf182ad6a10e0034af3e7c99625 100644 (file)
@@ -95,7 +95,7 @@ public:
     fgMATERIAL_MGR ( void );
 
     // Load a library of material properties
-    int load_lib ( char *file );
+    int load_lib ( void );
 
     // Destructor
     ~fgMATERIAL_MGR ( void );
@@ -106,6 +106,10 @@ public:
 
 
 // $Log$
+// Revision 1.2  1998/06/01 17:56:20  curt
+// Incremental additions to material.cxx (not fully functional)
+// Tweaked vfc_ratio math to avoid divide by zero.
+//
 // Revision 1.1  1998/05/30 01:56:45  curt
 // Added material.cxx material.hxx
 //