diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-01-16 19:32:14 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-01-16 19:32:14 +0200 |
commit | 7068bc90af1f452359a1fcfe20fa01fc88f3d70a (patch) | |
tree | 43ecf753c1e178cfc29ce4f736d77897a340ed44 /src/constants.h | |
parent | 69e7cd9b5b36783ec83a663789a95a3c512809c4 (diff) | |
download | minetest-7068bc90af1f452359a1fcfe20fa01fc88f3d70a.tar.gz minetest-7068bc90af1f452359a1fcfe20fa01fc88f3d70a.tar.bz2 minetest-7068bc90af1f452359a1fcfe20fa01fc88f3d70a.zip |
Initial commit of mapgen v.2. Lacks configuration and saving to disk.
Diffstat (limited to 'src/constants.h')
-rw-r--r-- | src/constants.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/constants.h b/src/constants.h index cfb340bf9..e31f75d32 100644 --- a/src/constants.h +++ b/src/constants.h @@ -26,6 +26,8 @@ with this program; if not, write to the Free Software Foundation, Inc., Cross-platform compatibility crap should go in porting.h. */ +#define HAXMODE 0 + #define APPNAME "minetest" #define DEBUGFILE "debug.txt" |