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