Silence a compiler warning.

This commit is contained in:
AnotherCommander 2014-08-26 09:00:32 +02:00
parent a5eaa36f44
commit 836e2de452

View File

@ -7412,7 +7412,7 @@ static GLfloat sBaseMass = 0.0;
{
NSString *good = nil;
OOCargoQuantity amount;
unsigned penalty;
unsigned penalty = 0;
foreach (good, [shipCommodityData goods])
{