--- xmil/win9x/scrnmng.cpp 2004/08/13 06:49:31 1.8 +++ xmil/win9x/scrnmng.cpp 2004/08/17 12:30:41 1.9 @@ -241,7 +241,7 @@ static void paletteinit(void) { hdc = GetDC(hWndMain); GetSystemPaletteEntries(hdc, 0, 256, ddraw.pal); ReleaseDC(hWndMain, hdc); - for (i=0; iSetEntries(0, START_PAL, xm_palettes, + ddraw.palette->SetEntries(0, START_PAL, xmil_palettes, &ddraw.pal[START_PAL]); } }