diff --git a/src/warcam.c b/src/warcam.c index 0cbf4f237cd..1a1c513a25b 100644 --- a/src/warcam.c +++ b/src/warcam.c @@ -726,7 +726,7 @@ UDWORD droidHeight,mapHeight,difHeight; PROPULSION_STATS *psPropStats; SDWORD pitch; BOOL bGotFlying = FALSE; -SDWORD xPos,yPos,zPos; +SDWORD xPos = 0, yPos = 0, zPos = 0; bTooLow = FALSE; if(trackingCamera.target->type == OBJ_DROID)