- added end line to various messages
so they don't screw up further output anymore
This commit is contained in:
parent
643828f5fa
commit
f17f8c9359
11 changed files with 18 additions and 18 deletions
|
|
@ -227,7 +227,7 @@ bool LoadScriptFile (const char *name, bool include, int type)
|
|||
{
|
||||
if (type == 0)
|
||||
{
|
||||
Printf(TEXTCOLOR_RED "Could not find dialog file %s", name);
|
||||
Printf(TEXTCOLOR_RED "Could not find dialog file %s\n", name);
|
||||
}
|
||||
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue