- Redid ClearLcoks() fix that I accidentally removed.

SVN r102 (trunk)
This commit is contained in:
Randy Heit 2006-05-10 04:12:43 +00:00
commit 032526340a
3 changed files with 7 additions and 2 deletions

View file

@ -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");
}