Fixed warning about probably uninitialized variables.

This commit is contained in:
David Capello 2010-07-23 20:02:38 -03:00
parent 51fdc7184e
commit 10a58a35ec

View File

@ -125,7 +125,7 @@ protected:
// rotate mask
if (m_sprite->getMask()->bitmap) {
Mask* new_mask = mask_new();
int x, y;
int x = 0, y = 0;
switch (m_angle) {
case 180: