mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-22 10:52:23 +00:00
Stop resetting cusval cause that's annoying
This commit is contained in:
parent
d609cfc9e3
commit
6fe0874606
1 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue