]> git.mxchange.org Git - flightgear.git/commitdiff
Define maximum nodes for a tile here.
authorcurt <curt>
Mon, 5 Apr 1999 02:12:59 +0000 (02:12 +0000)
committercurt <curt>
Mon, 5 Apr 1999 02:12:59 +0000 (02:12 +0000)
fg_constants.h

index 66ad7ffd2e748e8c1906a592a5864969345453a7..70b9329466f54ce4f310aaca63b269613f5637e0 100644 (file)
 #define FG_FOV_MAX 179.9
 
 
+// Maximum nodes per tile
+#define MAX_NODES 2000
+
+
 #endif // _FG_CONSTANTS_H
 
 
 // $Log$
+// Revision 1.13  1999/04/05 02:12:59  curt
+// Define maximum nodes for a tile here.
+//
 // Revision 1.12  1999/03/01 15:33:43  curt
 // Truth in advertising.
 //