- Redid ClearLcoks() fix that I accidentally removed.
SVN r102 (trunk)
This commit is contained in:
parent
c70ba60fd6
commit
032526340a
3 changed files with 7 additions and 2 deletions
|
|
@ -2180,7 +2180,7 @@ void ProcessActor(void (*process)(FState *, int))
|
|||
catch (...)
|
||||
{
|
||||
if (info)
|
||||
SC_ScriptError("Unexpected error during parsing of actor %s", info->Class->Name+1);
|
||||
SC_ScriptError("Unexpected error during parsing of actor %s", info->Class->TypeName.GetChars());
|
||||
else
|
||||
SC_ScriptError("Unexpected error during parsing of actor definitions");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue