Fix more MinGW warnings.

git-svn-id: https://svn.eduke32.com/eduke32@1768 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
plagman 2011-01-16 03:57:44 +00:00
parent ce8291e923
commit cdad4ea850

View file

@ -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;