Merge branch 'main.kart-to-bios.pk3' into 'master'

main.kart to bios.pk3

See merge request KartKrew/Kart!1410
This commit is contained in:
Oni 2023-08-20 05:52:43 +00:00
commit b336ec6f1d
3 changed files with 3 additions and 3 deletions

View file

@ -1099,7 +1099,7 @@ static void ChangeDirForUrlHandler(void)
static boolean AddIWAD(void)
{
char * path = va(pandf,srb2path,"main.kart");
char * path = va(pandf,srb2path,"bios.pk3");
if (FIL_ReadFileOK(path))
{

View file

@ -1426,7 +1426,7 @@ void PT_FileFragment(void)
filename = va("%s", file->filename);
nameonly(filename);
if (!strcmp(filename, "main.kart")
if (!strcmp(filename, "bios.pk3")
|| !strcmp(filename, "gfx.pk3")
|| !strcmp(filename, "textures.pk3")
|| !strcmp(filename, "textures_general.pk3")

View file

@ -217,7 +217,7 @@ void __set_fpscr(long); // in libgcc / kernel's startup.s?
/** \brief WAD file to look for
*/
#define WADKEYWORD "main.kart"
#define WADKEYWORD "bios.pk3"
/** \brief holds wad path
*/
static char returnWadPath[256];