diff options
| author | xolatile | 2025-08-05 15:27:57 +0200 |
|---|---|---|
| committer | xolatile | 2025-08-05 15:27:57 +0200 |
| commit | 9234eeb1d2954a3dae6c84ffa8ed8643953272c5 (patch) | |
| tree | f2253bac389d743ba8582139901c782f7afde4cc /src/engine/world.h | |
| parent | a2a16b85572b1d28b0cd4901ea7348750732a740 (diff) | |
| download | xolatile-badassbug-9234eeb1d2954a3dae6c84ffa8ed8643953272c5.tar.xz xolatile-badassbug-9234eeb1d2954a3dae6c84ffa8ed8643953272c5.tar.zst | |
Experimental MD3 to OBJ to IQM converter and code removal, shit compiles...
Diffstat (limited to 'src/engine/world.h')
| -rw-r--r-- | src/engine/world.h | 19 |
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, |
