- Backported the classnames-are-names changes from the FP code.

SVN r97 (trunk)
This commit is contained in:
Randy Heit 2006-05-10 02:40:43 +00:00
parent 632e03fa7e
commit d878c2e7d6
108 changed files with 1477 additions and 1054 deletions

View file

@ -65,7 +65,7 @@ void A_KeenDie (AActor *self)
// scan the remaining thinkers to see if all Keens are dead
AActor *other;
TThinkerIterator<AActor> iterator;
const TypeInfo *matchClass = self->GetClass ();
const PClass *matchClass = self->GetClass ();
while ( (other = iterator.Next ()) )
{