Fix a compilation error (unused variable 'i')
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@2240 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
0463b3be26
commit
8b891888c9
|
@ -6061,7 +6061,7 @@ STRUCTURE_STATS* getModuleStat(STRUCTURE *psStruct)
|
|||
SDWORD countAssignedDroids(STRUCTURE *psStructure)
|
||||
{
|
||||
DROID *psCurr;
|
||||
SDWORD num, weapontype, i, hasindirect;
|
||||
SDWORD num, weapontype, hasindirect;
|
||||
|
||||
if(psStructure == NULL)
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue