summaryrefslogtreecommitdiff
path: root/src/engine/world.h
diff options
context:
space:
mode:
authorxolatile2025-08-05 10:40:01 +0200
committerxolatile2025-08-05 10:40:01 +0200
commita2a16b85572b1d28b0cd4901ea7348750732a740 (patch)
tree6287cdf8331e821f9fe1e0adadc664a59634a812 /src/engine/world.h
parent6762e292d02e37a69a807e01493d4e14319cca33 (diff)
downloadxolatile-badassbug-a2a16b85572b1d28b0cd4901ea7348750732a740.tar.xz
xolatile-badassbug-a2a16b85572b1d28b0cd4901ea7348750732a740.tar.zst
Few more changes, please do not compile...
Diffstat (limited to 'src/engine/world.h')
-rw-r--r--src/engine/world.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/engine/world.h b/src/engine/world.h
index 6b53eca..6cf24bc 100644
--- a/src/engine/world.h
+++ b/src/engine/world.h
@@ -1,7 +1,5 @@
-
enum // hardcoded texture numbers
{
- DEFAULT_SKY = 0,
DEFAULT_GEOM
};
@@ -39,9 +37,6 @@ struct compatheader // map file format header
char maptitle[128];
};
-#define WATER_AMPLITUDE 0.4f
-#define WATER_OFFSET 1.1f
-
enum
{
MATSURF_NOT_VISIBLE = 0,