mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-20 04:53:53 +00:00
Always print the failing dialogue script
These aren't usually very long, so printing them shouldn't spam the console by too much.
This commit is contained in:
parent
ed6face4aa
commit
2ebf328dec
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ namespace MWDialogue
|
||||||
success = false;
|
success = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!success && mScriptVerbose)
|
if (!success)
|
||||||
{
|
{
|
||||||
std::cerr
|
std::cerr
|
||||||
<< "compiling failed (dialogue script)" << std::endl
|
<< "compiling failed (dialogue script)" << std::endl
|
||||||
|
|
Loading…
Reference in a new issue