Fix a compilation error (unused variable 'i')

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@2240 4a71c877-e1ca-e34f-864e-861f7616d084
master
Dennis Schridde 2007-07-28 11:33:55 +00:00
parent 0463b3be26
commit 8b891888c9
1 changed files with 1 additions and 1 deletions

View File

@ -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;