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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/world.h b/src/engine/world.h
index 9c5be78..9c8c502 100644
--- a/src/engine/world.h
+++ b/src/engine/world.h
@@ -20,7 +20,7 @@ struct octaheader
int numvars;
int numvslots;
};
-
+
struct compatheader // map file format header
{
char magic[4]; // "OCTA"
@@ -46,8 +46,8 @@ struct compatheader // map file format header
#define WATER_AMPLITUDE 0.4f
#define WATER_OFFSET 1.1f
-enum
-{
+enum
+{
MATSURF_NOT_VISIBLE = 0,
MATSURF_VISIBLE,
MATSURF_EDIT_ONLY