mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-22 02:00:11 +00:00
Oops :v
This commit is contained in:
parent
9ad0a0660c
commit
6466291ac6
1 changed files with 4 additions and 1 deletions
|
|
@ -895,7 +895,10 @@ static void IdentifyVersion(void)
|
|||
}
|
||||
|
||||
// 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
|
||||
snprintf(configfile, sizeof configfile, "%s" PATHSEP CONFIGFILENAME, srb2waddir);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue