- Fixed: The StrifePlayer couldn't obtain his default inventory because
APlayerPawn::GiveDefaultInventory gave him some HexenArmor even though he doesn't need it. - Added custom blood type properties to DECORATE. - Converted Blood to DECORATE and made some minor changes to the code in preparation for custom blood types. - Converted the bot helper things to DECORATE. - Added damage type specific crash states. SVN r395 (trunk)
This commit is contained in:
parent
4467cd6563
commit
0ba809234e
20 changed files with 337 additions and 215 deletions
|
|
@ -915,7 +915,7 @@ void APlayerPawn::GiveDefaultInventory ()
|
|||
}
|
||||
|
||||
fixed_t hx[5];
|
||||
bool ishx;
|
||||
bool ishx=false;
|
||||
|
||||
for(int i=0;i<5;i++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue