- Added IF_NOSCREENFLASH>

SVN r4145 (trunk)
This commit is contained in:
Randy Heit 2013-02-19 02:27:41 +00:00
commit ae6b0c6215
3 changed files with 7 additions and 3 deletions

View file

@ -964,7 +964,10 @@ void AInventory::Touch (AActor *toucher)
if (toucher->player != NULL)
{
PlayPickupSound (toucher->player->mo);
toucher->player->bonuscount = BONUSADD;
if (!(ItemFlags & IF_NOSCREENFLASH))
{
toucher->player->bonuscount = BONUSADD;
}
}
else
{