mirror of
https://github.com/holub/mame
synced 2025-05-22 21:58:57 +03:00
Fix warning
This commit is contained in:
parent
6c47c80e04
commit
5acbd72623
@ -2829,7 +2829,7 @@ INLINE void FillSmoothTexPCHorizontalLine(running_machine *machine,
|
||||
|
||||
const UINT8 *gfx = memory_region(machine, "textures");
|
||||
const UINT8 *textureOffset;
|
||||
UINT8 paletteEntry;
|
||||
UINT8 paletteEntry = 0;
|
||||
float t_coord, s_coord;
|
||||
|
||||
if (texIndex >= 0)
|
||||
|
Loading…
Reference in New Issue
Block a user