mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-31 04:20:34 +00:00
Added message for absent explicitly referenced dialog file
This commit is contained in:
parent
3239a9eaa6
commit
cb3650ed9e
1 changed files with 5 additions and 0 deletions
|
@ -232,6 +232,11 @@ bool LoadScriptFile (const char *name, bool include, int type)
|
||||||
|
|
||||||
if (!found)
|
if (!found)
|
||||||
{
|
{
|
||||||
|
if (type == 0)
|
||||||
|
{
|
||||||
|
Printf(TEXTCOLOR_RED "Could not find dialog file %s", name);
|
||||||
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
FileReader lump = Wads.ReopenLumpReader (lumpnum);
|
FileReader lump = Wads.ReopenLumpReader (lumpnum);
|
||||||
|
|
Loading…
Reference in a new issue