Reassure compiler that variables will be set before use

This commit is contained in:
cim 2013-10-15 18:02:17 +01:00
parent 90a2b906aa
commit 2e6beea06b

View File

@ -1980,6 +1980,7 @@ static OOTextureSprite *NewTextureSpriteWithDescriptor(NSDictionary *descriptor)
}
break;
case OOLRC_MODE_NORMAL:
default:
if (EXPECT(noNova))
{
r = g = b = 1.0;