diff --git a/src/p_conversation.cpp b/src/p_conversation.cpp index 1e5d306b97..073d5ff9d1 100644 --- a/src/p_conversation.cpp +++ b/src/p_conversation.cpp @@ -232,6 +232,11 @@ bool LoadScriptFile (const char *name, bool include, int type) if (!found) { + if (type == 0) + { + Printf(TEXTCOLOR_RED "Could not find dialog file %s", name); + } + return false; } FileReader lump = Wads.ReopenLumpReader (lumpnum);