- Fixed: Powerup.Color's handler contained an unnecessary 'else' which resulted

in opaque powerup blends.

SVN r1252 (trunk)
This commit is contained in:
Christoph Oelckers 2008-10-05 08:50:47 +00:00
commit d9ab611db2
8 changed files with 281 additions and 41 deletions

View file

@ -523,6 +523,9 @@ static FActorInfo *ParseActorHeader(FScanner &sc, Baggage *bag)
ResetBaggage (bag, info->Class->ParentClass);
bag->Info = info;
bag->Lumpnum = sc.LumpNum;
#ifdef _DEBUG
bag->ClassName = typeName;
#endif
return info;
}
catch (CRecoverableError &err)