- swapped out the license in two files.

BSD is preferred over LGPL
This commit is contained in:
Christoph Oelckers 2020-04-21 21:06:11 +02:00
commit ce95d7379f
4 changed files with 66 additions and 49 deletions

View file

@ -1119,7 +1119,7 @@ void FScanner::CheckOpen()
{
if (ScriptOpen == false)
{
I_FatalError ("SC_ call before SC_Open().");
I_Error ("SC_ call before SC_Open().");
}
}