X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fconstants.h;h=1af5f1f1b2a9e55d4cbe5d1806e11cc6e75fd85f;hb=ba0322f353b8dd583bd3a5cbb4549d8a82fc71f0;hp=14ca58b433d5e13b45e620a81a1a933f24411494;hpb=cdfb5345e980741f19c2ba02b06c24a763cd3e18;p=dragonfireclient.git diff --git a/src/constants.h b/src/constants.h index 14ca58b43..1af5f1f1b 100644 --- a/src/constants.h +++ b/src/constants.h @@ -28,13 +28,8 @@ 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 -//#define WATER_ALPHA 190 - // Define for simulating the quirks of sending through internet. // Causes the socket class to deliberately drop random packets. // This disables unit testing of socket and connection.