summaryrefslogtreecommitdiff
path: root/src/engine/octa.h
diff options
context:
space:
mode:
authorxolatile2025-08-17 18:28:28 +0200
committerxolatile2025-08-17 18:28:28 +0200
commitbffe8d11bd1dfec49280fb64a17f0ae529ac3f5d (patch)
tree9f4f7b6f5003585e5a170bd55ccaa335b8f26f90 /src/engine/octa.h
parentbec4167d29a68efd0cd2da36143e7f1c78a119a0 (diff)
downloadxolatile-badassbug-master.tar.xz
xolatile-badassbug-master.tar.zst
Compiles, removed a lot of code, do not run it...HEADmaster
Diffstat (limited to 'src/engine/octa.h')
-rw-r--r--src/engine/octa.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/octa.h b/src/engine/octa.h
index 0bc4762..82d194d 100644
--- a/src/engine/octa.h
+++ b/src/engine/octa.h
@@ -103,14 +103,12 @@ struct vtxarray {
ivec o;
int size; // location and size of cube.
ivec geommin, geommax; // BB of geom
- ivec shadowmapmin, shadowmapmax; // BB of shadowmapped surfaces
ivec matmin, matmax; // BB of any materials
ivec bbmin, bbmax; // BB of everything including children
uchar curvfc, occluded;
occludequery *query;
vector<octaentities *> mapmodels;
int hasmerges, mergelevel;
- bool shadowed;
};
struct cube;