- Fixed: PClass::CreateDerivedClass forgot to NULL FActorInfo::Replacee.

SVN r266 (trunk)
This commit is contained in:
Christoph Oelckers 2006-07-18 23:09:11 +00:00
commit b1989b4d34
3 changed files with 5 additions and 1 deletions

View file

@ -494,7 +494,7 @@ static int S_AddSound (const char *logicalname, int lumpnum)
int S_AddPlayerSound (const char *pclass, int gender, int refid,
const char *lumpname)
{
int lump;
int lump=-1;
if (lumpname)
{