]> git.mxchange.org Git - flightgear.git/commitdiff
increased fragment list size.
authorcurt <curt>
Sat, 22 Aug 1998 02:01:34 +0000 (02:01 +0000)
committercurt <curt>
Sat, 22 Aug 1998 02:01:34 +0000 (02:01 +0000)
Scenery/tile.hxx

index 455316c4bcac5f2117a730972bf5dab980e791c8..925090995dcac6ba0a0f3133db043abb0e28c09c 100644 (file)
@@ -58,7 +58,7 @@ using namespace std;
 
 
 // Maximum nodes per tile
-#define MAX_NODES 1000
+#define MAX_NODES 2000
 
 
 // Forward declarations
@@ -171,6 +171,9 @@ public:
 
 
 // $Log$
+// Revision 1.16  1998/08/22 02:01:34  curt
+// increased fragment list size.
+//
 // Revision 1.15  1998/08/20 15:12:06  curt
 // Used a forward declaration of classes fgTILE and fgMATERIAL to eliminate
 // the need for "void" pointers and casts.