- Fix some GCC warnings.

SVN r2213 (trunk)
This commit is contained in:
Randy Heit 2010-03-18 00:30:45 +00:00
commit c8b8f40356
3 changed files with 7 additions and 6 deletions

View file

@ -769,7 +769,7 @@ void FDDSTexture::DecompressDXT5 (FWadLump &lump, bool premultiplied, BYTE *tcbu
BYTE *block;
PalEntry color[4];
BYTE palcol[4];
DWORD yalphaslice;
DWORD yalphaslice = 0;
int ox, oy, x, y, i;
for (oy = 0; oy < Height; oy += 4)