Fix warning

This commit is contained in:
Wilbert Pol 2010-01-18 18:07:25 +00:00
parent 6c47c80e04
commit 5acbd72623

View File

@ -2829,7 +2829,7 @@ INLINE void FillSmoothTexPCHorizontalLine(running_machine *machine,
const UINT8 *gfx = memory_region(machine, "textures"); const UINT8 *gfx = memory_region(machine, "textures");
const UINT8 *textureOffset; const UINT8 *textureOffset;
UINT8 paletteEntry; UINT8 paletteEntry = 0;
float t_coord, s_coord; float t_coord, s_coord;
if (texIndex >= 0) if (texIndex >= 0)