Update mine branch hash
This commit is contained in:
parent
89a0b216a1
commit
560917544a
3 changed files with 3 additions and 3 deletions
|
|
@ -81,7 +81,7 @@
|
|||
#include <tracy/tracy/Tracy.hpp>
|
||||
|
||||
// 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
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#define NOMD5
|
||||
#define NOFILEHASH
|
||||
//#define NOFILEHASH
|
||||
|
||||
// Uncheck this to compile debugging code
|
||||
//#define RANGECHECK
|
||||
|
|
|
|||
Loading…
Reference in a new issue