From cdad4ea850172766e8f3cb1a714cc2f9ec7d267c Mon Sep 17 00:00:00 2001 From: plagman Date: Sun, 16 Jan 2011 03:57:44 +0000 Subject: [PATCH] Fix more MinGW warnings. git-svn-id: https://svn.eduke32.com/eduke32@1768 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/build/src/engine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;