diff options
author | Constantin Wenger <constantin.wenger@googlemail.com> | 2011-08-10 23:43:21 +0200 |
---|---|---|
committer | Constantin Wenger <constantin.wenger@googlemail.com> | 2011-08-12 14:26:37 +0200 |
commit | 94b42a79d78115277392c7d4b50e520a4b0c98ac (patch) | |
tree | 17de127264e31b51e504a4636d47e892cdb87659 /src/constants.h | |
parent | e40da2341cfcd6580075571d325105b9a9fe783a (diff) | |
download | minetest-94b42a79d78115277392c7d4b50e520a4b0c98ac.tar.gz minetest-94b42a79d78115277392c7d4b50e520a4b0c98ac.tar.bz2 minetest-94b42a79d78115277392c7d4b50e520a4b0c98ac.zip |
fixed not finding data dir if installed
Diffstat (limited to 'src/constants.h')
-rw-r--r-- | src/constants.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/constants.h b/src/constants.h index 14ca58b43..21ab2a64c 100644 --- a/src/constants.h +++ b/src/constants.h @@ -28,8 +28,6 @@ with this program; if not, write to the Free Software Foundation, Inc., //#define HAXMODE 0 -#define APPNAME "minetest" - #define DEBUGFILE "debug.txt" #define WATER_ALPHA 160 |