- added a few missing tildes.

This commit is contained in:
Christoph Oelckers 2016-11-22 13:03:46 +01:00
commit ab5c11064a
2 changed files with 3 additions and 3 deletions

View file

@ -1475,7 +1475,7 @@ static int PatchFrame (int frameNum)
info->Misc1 = misc1;
info->Frame = frame & 0x3f;
if (frame & 0x8000) info->StateFlags |= STF_FULLBRIGHT;
else info->StateFlags &= STF_FULLBRIGHT;
else info->StateFlags &= ~STF_FULLBRIGHT;
}
return result;