SVN r114 (trunk)

This commit is contained in:
Christoph Oelckers 2006-05-14 14:30:13 +00:00
commit caed57baa5
38 changed files with 372 additions and 393 deletions

View file

@ -663,7 +663,8 @@ void A_GunFlash (AActor *actor)
return;
}
player->mo->PlayAttacking2 ();
P_SetPsprite (player, ps_flash, player->ReadyWeapon->FlashState);
P_SetPsprite (player, ps_flash, (player->ReadyWeapon->bAltFire && player->ReadyWeapon->AltFlashState != NULL) ?
player->ReadyWeapon->AltFlashState : player->ReadyWeapon->FlashState);
}