diff --git a/source/build/src/polymost.cpp b/source/build/src/polymost.cpp index 84ab1e3ee..328f25ccb 100644 --- a/source/build/src/polymost.cpp +++ b/source/build/src/polymost.cpp @@ -1956,7 +1956,7 @@ static void polymost_drawpoly(vec2f_t const * const dpxy, int32_t const n, int32 ngy.u -= ngy.d * uoffs; ngo.u -= ngo.d * uoffs; - float du0, du1; + float du0 = 0.f, du1 = 0.f; //Find min&max u coordinates (du0...du1) for (bssize_t i=0; ioffset == 0) pProj->offset = 1; - int otherSprite; + int otherSprite = -1; int32_t zvel = 0; switch (pProj->workslike & PROJECTILE_TYPE_MASK)