- Fix some GCC warnings.
SVN r2213 (trunk)
This commit is contained in:
parent
4d70292964
commit
c8b8f40356
3 changed files with 7 additions and 6 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue