- removed all instances of CF_POWERBUDDHA

This commit is contained in:
Rachael Alexanderson 2017-05-16 01:57:37 -04:00 committed by Christoph Oelckers
commit c6946cc672
4 changed files with 9 additions and 5 deletions

View file

@ -2978,7 +2978,7 @@ FUNC(LS_SetPlayerProperty)
switch (arg2)
{
case PROP_BUDDHA:
mask = CF_POWERBUDDHA;
mask = CF_BUDDHA;
break;
case PROP_FROZEN:
mask = CF_FROZEN;