mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-29 17:56:21 +00:00
Stop resetting cusval cause that's annoying
This commit is contained in:
parent
2d937925f8
commit
5942c4f7b8
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…
Add table
Reference in a new issue