diff options
Diffstat (limited to 'src/engine/octa.h')
| -rw-r--r-- | src/engine/octa.h | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/src/engine/octa.h b/src/engine/octa.h index 41e315e..9452ad0 100644 --- a/src/engine/octa.h +++ b/src/engine/octa.h @@ -2,18 +2,11 @@ struct elementset { - ushort texture, lmid, envmap; + ushort texture, lmid; uchar dim, layer; ushort length[2], minvert[2], maxvert[2]; }; -enum -{ - EMID_NONE = 0, - EMID_CUSTOM, - EMID_RESERVED -}; - struct materialsurface { ivec o; @@ -28,7 +21,6 @@ struct materialsurface union { entity *light; - ushort envmap; uchar ends; }; }; @@ -229,7 +221,7 @@ struct undoblock // undo header, all data sits in payload }; extern cube *worldroot; // the world data. only a ptr to 8 cubes (ie: like cube.children above) -extern int wtris, wverts, vtris, vverts, glde, gbatches, rplanes; +extern int wtris, wverts, vtris, vverts, glde, gbatches; extern int allocnodes, allocva, selchildcount, selchildmat; const uint F_EMPTY = 0; // all edges in the range (0,0) |
