diff options
Diffstat (limited to 'src/mg_ore.h')
-rw-r--r-- | src/mg_ore.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mg_ore.h b/src/mg_ore.h index 4b052e07a..5aeb3631c 100644 --- a/src/mg_ore.h +++ b/src/mg_ore.h @@ -32,14 +32,11 @@ class MMVManip; /////////////////// Ore generation flags -#define OREFLAG_ABSHEIGHT 0x01 +#define OREFLAG_ABSHEIGHT 0x01 // Non-functional but kept to not break flags #define OREFLAG_PUFF_CLIFFS 0x02 #define OREFLAG_PUFF_ADDITIVE 0x04 #define OREFLAG_USE_NOISE 0x08 -#define ORE_RANGE_ACTUAL 1 -#define ORE_RANGE_MIRROR 2 - enum OreType { ORE_SCATTER, ORE_SHEET, |