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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/engine/world.h b/src/engine/world.h
index ef4a5e6..6b53eca 100644
--- a/src/engine/world.h
+++ b/src/engine/world.h
@@ -32,13 +32,9 @@ struct compatheader // map file format header
int lightmaps;
int lightprecision, lighterror, lightlod;
uchar ambient;
- uchar watercolour[3];
uchar blendmap;
uchar lerpangle, lerpsubdiv, lerpsubdivsize;
uchar bumperror;
- uchar skylight[3];
- uchar lavacolour[3];
- uchar waterfallcolour[3];
uchar reserved[10];
char maptitle[128];
};