diff --git a/polymer/eduke32/build/src/engine.c b/polymer/eduke32/build/src/engine.c index 22d2b9a29..8e48d48d1 100644 --- a/polymer/eduke32/build/src/engine.c +++ b/polymer/eduke32/build/src/engine.c @@ -12469,7 +12469,7 @@ void draw2dgrid(int32_t posxe, int32_t posye, int32_t posze, int16_t cursectnum, static void drawscreen_drawwall(int32_t i, int32_t posxe, int32_t posye, int32_t posze, int32_t zoome) { const walltype *wal = &wall[i]; - int32_t j, x1, y1, x2, y2, dz, dz2; + int32_t j, x1, y1, x2, y2, dz = 0, dz2 = 0; // intptr_t tempint; char col;