]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/constants.h
Merge remote-tracking branch 'queatz/mmb10'
[dragonfireclient.git] / src / constants.h
index 14ca58b433d5e13b45e620a81a1a933f24411494..1af5f1f1b2a9e55d4cbe5d1806e11cc6e75fd85f 100644 (file)
@@ -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.