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