]> git.mxchange.org Git - flightgear.git/commitdiff
Changed MAX_NODES to FG_MAX_NODES.
authorcurt <curt>
Mon, 3 May 1999 18:38:48 +0000 (18:38 +0000)
committercurt <curt>
Mon, 3 May 1999 18:38:48 +0000 (18:38 +0000)
Simulator/Scenery/tile.cxx

index db4535447df6801fb3398009db70669d6df04074..ccbb811ca42999b31c7729a4a861e9b0145a849b 100644 (file)
@@ -38,7 +38,7 @@ FG_USING_STD(mem_fun_ref);
 
 // Constructor
 fgTILE::fgTILE ( void )
-    : nodes(new double[MAX_NODES][3]),
+    : nodes(new double[FG_MAX_NODES][3]),
       ncount(0),
       used(false)
 {