diff --git a/src/d_main.cpp b/src/d_main.cpp index 88a062a2e..d37b879c3 100644 --- a/src/d_main.cpp +++ b/src/d_main.cpp @@ -81,7 +81,7 @@ #include // Put hashes here to get them out of header hell. -#define ASSET_HASH_MAIN_PK3 0xc3bd1c552d7d57cc +#define ASSET_HASH_MAIN_PK3 0x87b5b0f991dfa2bc #define ASSET_HASH_SRB2_SRB 0xf3ec1ea4d0eca4a9 #define ASSET_HASH_GFX_KART 0xc91b0d43f5ba131f #define ASSET_HASH_TEXTURES_KART 0xb4211b2f32b6a291 diff --git a/src/discord.c b/src/discord.c index 46fc4e83c..1bdaf2073 100644 --- a/src/discord.c +++ b/src/discord.c @@ -554,7 +554,7 @@ void DRPC_UpdatePresence(void) if (modeattacking) { SINT8 recordpreset = G_RecordPresetIndex(); - char *currenttamode = "SRB2Kart"; + const char *currenttamode = "SRB2Kart"; if (recordpreset == RP_TECH) currenttamode = "Tech"; diff --git a/src/doomdef.h b/src/doomdef.h index 44cdfe7e1..fe393d6fe 100644 --- a/src/doomdef.h +++ b/src/doomdef.h @@ -102,7 +102,7 @@ extern "C" { #endif #define NOMD5 -#define NOFILEHASH +//#define NOFILEHASH // Uncheck this to compile debugging code //#define RANGECHECK