summaryrefslogtreecommitdiff
path: root/src/engine/world.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/world.h')
-rw-r--r--src/engine/world.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/engine/world.h b/src/engine/world.h
index 6cf24bc..43ec470 100644
--- a/src/engine/world.h
+++ b/src/engine/world.h
@@ -14,29 +14,10 @@ struct octaheader
int numents;
int numpvs;
int lightmaps;
- int blendmap;
int numvars;
int numvslots;
};
-struct compatheader // map file format header
-{
- char magic[4]; // "OCTA"
- int version; // any >8bit quantity is little endian
- int headersize; // sizeof(header)
- int worldsize;
- int numents;
- int numpvs;
- int lightmaps;
- int lightprecision, lighterror, lightlod;
- uchar ambient;
- uchar blendmap;
- uchar lerpangle, lerpsubdiv, lerpsubdivsize;
- uchar bumperror;
- uchar reserved[10];
- char maptitle[128];
-};
-
enum
{
MATSURF_NOT_VISIBLE = 0,