From 9234eeb1d2954a3dae6c84ffa8ed8643953272c5 Mon Sep 17 00:00:00 2001 From: xolatile Date: Tue, 5 Aug 2025 15:27:57 +0200 Subject: Experimental MD3 to OBJ to IQM converter and code removal, shit compiles... --- src/engine/world.h | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'src/engine/world.h') 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, -- cgit v1.2.3