Stop resetting cusval cause that's annoying

This commit is contained in:
GoldenTails 2020-06-21 23:21:42 -05:00
parent d609cfc9e3
commit 6fe0874606
1 changed files with 2 additions and 3 deletions

View File

@ -2979,10 +2979,9 @@ static void P_ProcessLineSpecial(line_t *line, mobj_t *mo, sector_t *callsec)
else
{
// straight ahead
if (titlemapinaction)
titlemapcameraref->cusval = 0;
else
if (!titlemapinaction)
mo->player->awayviewaiming = 0;
// don't do cusval cause that's annoying
}
}
break;