mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +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;
|
||||
int i;
|
||||
int j;
|
||||
FPolyObj *po = &polyobjs[index];
|
||||
|
||||
for (ii = 0; ii < KnownPolySides.Size(); ++ii)
|
||||
|
|
Loading…
Reference in a new issue