- Removed the RUNTIME_TYPE macro. I just included it because MFC has one, but it's pretty

pointless here.

SVN r2267 (scripting)
This commit is contained in:
Randy Heit 2010-04-04 02:58:58 +00:00
commit 19f5b1dea1
9 changed files with 14 additions and 16 deletions

View file

@ -4822,7 +4822,7 @@ int DLevelScript::RunScript ()
}
else if (activator)
{
work += RUNTIME_TYPE(activator)->TypeName.GetChars();
work += activator->GetClass()->TypeName.GetChars();
}
else
{