mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fixed a typo
This commit is contained in:
parent
57f30374fd
commit
9ebbb5b7c2
1 changed files with 1 additions and 1 deletions
|
|
@ -7710,7 +7710,7 @@ static void P_SpawnScrollers(void)
|
||||||
// scroll wall according to linedef
|
// scroll wall according to linedef
|
||||||
// (same direction and speed as scrolling floors)
|
// (same direction and speed as scrolling floors)
|
||||||
case 502:
|
case 502:
|
||||||
for (s = -1; (s = P_FindSectorFromTag(l->tag, s)) >= 0 ;)
|
for (s = -1; (s = P_FindLineFromTag(l->tag, s)) >= 0 ;)
|
||||||
if (s != (INT32)i)
|
if (s != (INT32)i)
|
||||||
Add_Scroller(sc_side, dx, dy, control, lines[s].sidenum[0], accel, 0);
|
Add_Scroller(sc_side, dx, dy, control, lines[s].sidenum[0], accel, 0);
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue