mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +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
|
else
|
||||||
{
|
{
|
||||||
// straight ahead
|
// straight ahead
|
||||||
if (titlemapinaction)
|
if (!titlemapinaction)
|
||||||
titlemapcameraref->cusval = 0;
|
|
||||||
else
|
|
||||||
mo->player->awayviewaiming = 0;
|
mo->player->awayviewaiming = 0;
|
||||||
|
// don't do cusval cause that's annoying
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue