mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 09:11:48 +00:00
Remove sec assignments that have become superfluous
This commit is contained in:
parent
5a58b2d90e
commit
099ad6cf20
1 changed files with 0 additions and 4 deletions
|
@ -7158,7 +7158,6 @@ void P_SpawnSpecials(boolean fromnetsave)
|
||||||
case 312:
|
case 312:
|
||||||
case 332:
|
case 332:
|
||||||
case 335:
|
case 335:
|
||||||
sec = sides[*lines[i].sidenum].sector - sectors;
|
|
||||||
P_AddEachTimeThinker(&lines[i]);
|
P_AddEachTimeThinker(&lines[i]);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
@ -7189,10 +7188,7 @@ void P_SpawnSpecials(boolean fromnetsave)
|
||||||
else
|
else
|
||||||
lines[i].callcount = sides[lines[i].sidenum[0]].textureoffset>>FRACBITS;
|
lines[i].callcount = sides[lines[i].sidenum[0]].textureoffset>>FRACBITS;
|
||||||
if (lines[i].special == 322) // Each time
|
if (lines[i].special == 322) // Each time
|
||||||
{
|
|
||||||
sec = sides[*lines[i].sidenum].sector - sectors;
|
|
||||||
P_AddEachTimeThinker(&lines[i]);
|
P_AddEachTimeThinker(&lines[i]);
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
// NiGHTS trigger executors
|
// NiGHTS trigger executors
|
||||||
|
|
Loading…
Reference in a new issue