X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Fpcxtest.c;h=75847e5631ceff6a2a209cb5a2b1bd0e7b0d75b6;hb=ee3d9234b152b62672978061c4bef753646ce3f1;hp=3c406286ce0ffcfb6aec59597ab9a96b2eb81aad;hpb=5fb3a14c24e3bd7ae1525a97a94f66302f30ad63;p=16.git diff --git a/src/pcxtest.c b/src/pcxtest.c index 3c406286..75847e56 100644 --- a/src/pcxtest.c +++ b/src/pcxtest.c @@ -68,7 +68,7 @@ void main() { modexEnter(); /* fix up the palette and everything */ - modexPalUpdate(bmp.palette); + modexPalUpdate(bmp.palette, 0); /* clear and draw one sprite and one bitmap */ modexClearRegion(&page, 0, 0, SCREEN_WIDTH, SCREEN_HEIGHT, 1);