X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fpcxtest.c;h=1360cb6d631944b09f265599b94e72009ef1da8d;hb=791c3fa594b0dfc3f1cea801a191ab12c80dca98;hp=a7cb7cc709995ccc302b36f37864190c8f408844;hpb=51b492de428068830f36b4ec57168f34c9477dab;p=16.git diff --git a/src/pcxtest.c b/src/pcxtest.c index a7cb7cc7..1360cb6d 100755 --- a/src/pcxtest.c +++ b/src/pcxtest.c @@ -1,5 +1,5 @@ /* Project 16 Source Code~ - * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover + * Copyright (C) 2012-2017 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover * * This file is part of Project 16. * @@ -74,7 +74,7 @@ void main() { gvar.video.page[0]=modexDefaultPage(&gvar.video.page[0]); /* fix up the palette and everything */ - modexPalUpdate1(&PCXBMP->palette); + modexPalUpdate(&PCXBMP->palette); /* clear and draw one sprite and one bitmap */ modexClearRegion(&gvar.video.page[0], 0, 0, gvar.video.page[0].width, gvar.video.page[0].height, 1);