mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
Holy shit
This commit is contained in:
parent
0e1da4e4b1
commit
d73c709556
1 changed files with 1 additions and 1 deletions
|
|
@ -2737,7 +2737,7 @@ static void P_ProcessLineSpecial(line_t *line, mobj_t *mo, sector_t *callsec)
|
||||||
// Play the sound without origin for anyone, as long as they're inside tagged areas.
|
// Play the sound without origin for anyone, as long as they're inside tagged areas.
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
UINT i = 0;
|
UINT8 i = 0;
|
||||||
mobj_t* camobj = players[displayplayer].mo;
|
mobj_t* camobj = players[displayplayer].mo;
|
||||||
ffloor_t *rover;
|
ffloor_t *rover;
|
||||||
boolean foundit = false;
|
boolean foundit = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue