Fixed 04417: unclepoo: [debug] Crash before OK [Mariusz Wojcieszek]

This commit is contained in:
mariuszw1 2011-09-13 19:30:44 +00:00
parent cec21dcac0
commit 6ee196882f

View File

@ -285,7 +285,7 @@ static PALETTE_INIT( unclepoo )
int i,r,g,b,val;
int bit0,bit1,bit2;
for (i = 0; i < 0x200; i++)
for (i = 0; i < 0x100; i++)
{
val = (color_prom[i+0x100]) | (color_prom[i+0x000]<<4);