mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Fix more MinGW warnings.
git-svn-id: https://svn.eduke32.com/eduke32@1768 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
ce8291e923
commit
cdad4ea850
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue