1
0
Fork 0

increased fragment list size.

This commit is contained in:
curt 1998-08-22 02:01:34 +00:00
parent 378969e7b8
commit f4ddd8811d

View 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.