mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-15 01:01:43 +00:00
More helpful error message
This commit is contained in:
parent
8e5ac64d7c
commit
7f084868b9
1 changed files with 1 additions and 1 deletions
|
@ -799,7 +799,7 @@ void HWR_InitMD2(void)
|
||||||
|
|
||||||
if (!f)
|
if (!f)
|
||||||
{
|
{
|
||||||
CONS_Printf("%s", M_GetText("Error while loading md2.dat\n"));
|
CONS_Printf("%s %s\n", M_GetText("Error while loading md2.dat:"), strerror(errno));
|
||||||
nomd2s = true;
|
nomd2s = true;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue