From 3a87596fbeaa608d912951d4f546ed3fb938e0c8 Mon Sep 17 00:00:00 2001 From: toaster Date: Mon, 22 Oct 2018 00:29:17 +0100 Subject: [PATCH] Initial commit, revert this before merging the branch: Make it so it uses a seperate copy of gfx.kart with the Lua lumps hardcoded taken out, for easier work without conflict. --- src/d_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d_main.c b/src/d_main.c index e1bcce8c..b38cdb01 100644 --- a/src/d_main.c +++ b/src/d_main.c @@ -953,7 +953,7 @@ static void IdentifyVersion(void) } // SRB2kart - Add graphics (temp) // The command for md5 checks is "W_VerifyFileMD5" - looks for ASSET_HASH_SRB2_SRB in config.h.in - D_AddFile(va(pandf,srb2waddir,"gfx.kart")); + D_AddFile(va(pandf,srb2waddir,"gfxHC.kart")); // temporary, don't let this line get merged D_AddFile(va(pandf,srb2waddir,"chars.kart")); D_AddFile(va(pandf,srb2waddir,"maps.kart")); //D_AddFile(va(pandf,srb2waddir,"sounds.kart"));