From a2a16b85572b1d28b0cd4901ea7348750732a740 Mon Sep 17 00:00:00 2001 From: xolatile Date: Tue, 5 Aug 2025 10:40:01 +0200 Subject: Few more changes, please do not compile... --- src/engine/world.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/engine/world.h') 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, -- cgit v1.2.3