mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-13 07:57:58 +00:00
Remove now unused variable from SpawnPolyobj
This commit is contained in:
parent
cf564c60c2
commit
a43f5a8eca
1 changed files with 0 additions and 1 deletions
|
@ -1542,7 +1542,6 @@ static void SpawnPolyobj (int index, int tag, int type)
|
||||||
{
|
{
|
||||||
unsigned int ii;
|
unsigned int ii;
|
||||||
int i;
|
int i;
|
||||||
int j;
|
|
||||||
FPolyObj *po = &polyobjs[index];
|
FPolyObj *po = &polyobjs[index];
|
||||||
|
|
||||||
for (ii = 0; ii < KnownPolySides.Size(); ++ii)
|
for (ii = 0; ii < KnownPolySides.Size(); ++ii)
|
||||||
|
|
Loading…
Reference in a new issue