0
0
Fork 0
mirror of https://git.do.srb2.org/STJr/SRB2.git synced 2025-03-22 10:52:23 +00:00

Holy shit

This commit is contained in:
James R 2019-11-28 12:10:57 -08:00
parent 2495e58bdb
commit ccbb122143

View file

@ -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.
else
{
UINT i = 0;
UINT8 i = 0;
mobj_t* camobj = players[displayplayer].mo;
ffloor_t *rover;
boolean foundit = false;