- Backported the classnames-are-names changes from the FP code.
SVN r97 (trunk)
This commit is contained in:
parent
632e03fa7e
commit
d878c2e7d6
108 changed files with 1476 additions and 1053 deletions
|
|
@ -619,7 +619,7 @@ void A_SerpentHeadPop (AActor *actor)
|
|||
void A_SerpentSpawnGibs (AActor *actor)
|
||||
{
|
||||
AActor *mo;
|
||||
static const TypeInfo *const GibTypes[] =
|
||||
static const PClass *const GibTypes[] =
|
||||
{
|
||||
RUNTIME_CLASS(ASerpentGib3),
|
||||
RUNTIME_CLASS(ASerpentGib2),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue