X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Fpcxtest.c;h=f735a5597e2561044f64406e85cd453c41e314cd;hb=0ba797bc23c1f81dde8c3959d7b7456bcb737503;hp=7efc3fad7dee7ae3aada53c1852d8ee167fc0b88;hpb=99151323f12c6457ef6c902d6d9ed9670d0122bf;p=16.git diff --git a/src/pcxtest.c b/src/pcxtest.c index 7efc3fad..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/*, 0*/); + modexPalUpdate(&bmp, 0, 0, 0); /* clear and draw one sprite and one bitmap */ modexClearRegion(&page, 0, 0, SCREEN_WIDTH, SCREEN_HEIGHT, 1);