From 5acbd726236fbca18903f86afae85046e7ea2646 Mon Sep 17 00:00:00 2001 From: Wilbert Pol Date: Mon, 18 Jan 2010 18:07:25 +0000 Subject: [PATCH] Fix warning --- src/mame/video/hng64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/video/hng64.c b/src/mame/video/hng64.c index ff82a33f0d4..27c6769d8db 100644 --- a/src/mame/video/hng64.c +++ b/src/mame/video/hng64.c @@ -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)