mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
main.kart to bios.pk3
Turned main.kart into a .pk3, reorganized it, added new logo and extras
This commit is contained in:
parent
7cdf8fbfdd
commit
d103d44938
3 changed files with 3 additions and 3 deletions
|
|
@ -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))
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue