# | Line 39 | Line 39 | extern "C" { | |
---|---|---|
39 | #ifdef SMLMEM | |
40 | #define MAXOBLK 4095 /* maximum octree block */ | |
41 | #else | |
42 | < | #define MAXOBLK 32767 /* maximum octree block */ |
42 | > | #define MAXOBLK 262143 /* maximum octree block */ |
43 | #endif | |
44 | #endif | |
45 | ||
# | Line 88 | Line 88 | extern void octfree(OCTREE ot); | |
88 | extern void octdone(void); | |
89 | extern OCTREE combine(OCTREE ot); | |
90 | extern void culocate(CUBE *cu, FVECT pt); | |
91 | – | extern void cucopy(CUBE *cu1, CUBE *cu2); |
91 | extern int incube(CUBE *cu, FVECT pt); | |
92 | ||
93 | extern int readoct(char *fname, int load, CUBE *scene, char *ofn[]); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |