mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-14 13:51:31 +00:00
Oops :v
This commit is contained in:
parent
3e6b45abe9
commit
48b018b2b4
1 changed files with 4 additions and 1 deletions
|
@ -895,7 +895,10 @@ static void IdentifyVersion(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Load the IWAD
|
// Load the IWAD
|
||||||
AddIWAD();
|
if (! AddIWAD())
|
||||||
|
{
|
||||||
|
I_Error("SRB2.SRB not found! Expected in %s\n", srb2waddir);
|
||||||
|
}
|
||||||
|
|
||||||
// will be overwritten in case of -cdrom or unix/win home
|
// will be overwritten in case of -cdrom or unix/win home
|
||||||
snprintf(configfile, sizeof configfile, "%s" PATHSEP CONFIGFILENAME, srb2waddir);
|
snprintf(configfile, sizeof configfile, "%s" PATHSEP CONFIGFILENAME, srb2waddir);
|
||||||
|
|
Loading…
Reference in a new issue