From 820d4a5f8b21f6b59e2cda3e8c3e534197b05f6f Mon Sep 17 00:00:00 2001 From: James R Date: Mon, 20 Apr 2020 20:22:17 -0700 Subject: [PATCH] SRB2APPLICATION: this is jart! --- src/doomdef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doomdef.h b/src/doomdef.h index ef0f8b7f..ed41e346 100644 --- a/src/doomdef.h +++ b/src/doomdef.h @@ -142,7 +142,7 @@ extern char logfilename[1024]; #endif /* A mod name to further distinguish versions. */ -#define SRB2APPLICATION "SRB2" +#define SRB2APPLICATION "SRB2Kart" //#define DEVELOP // Disable this for release builds to remove excessive cheat commands and enable MD5 checking and stuff, all in one go. :3 #ifdef DEVELOP