X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2F0.c;h=4a315f19c341ed4231bb04aa350722423c3b9cf4;hb=c5148c2ac713930d130030bf4b116701f2d9c66e;hp=635a4f3eb1a3c34bc01ecb452268055e21abc2f9;hpb=6cfcd9ddd5f8b515913ea6f0e0f84f8e4c0fb720;p=16.git diff --git a/src/0.c b/src/0.c index 635a4f3e..4a315f19 100755 --- a/src/0.c +++ b/src/0.c @@ -75,6 +75,8 @@ int main(int argc,char **argv) } VGAmodeX(1, 1, &gvar); + modexPalUpdate0(palette); + /* load color palette */ fd = open(bakapee2,O_RDONLY|O_BINARY); if (fd >= 0) { @@ -128,7 +130,7 @@ int main(int argc,char **argv) TESTBG; #endif - DRAWCORNERBOXES; + //DRAWCORNERBOXES; /* make distinctive pattern offscreen, render sprite, copy onscreen. * this time, we render the distinctive pattern to another offscreen location and just copy. @@ -153,7 +155,7 @@ int main(int argc,char **argv) #else TESTBG; #endif - DRAWCORNERBOXES; + //DRAWCORNERBOXES; /* starting coords. note: this technique is limited to x coordinates of multiple of 4 */ x = -(gvar.video.page[0].dx); @@ -180,7 +182,7 @@ int main(int argc,char **argv) player[0].q = 1; player[0].d = 2; x=y=0; xdir=ydir=1; - TESTBG; + //TESTBG; DRAWCORNERBOXES; } //R FUNCTIONKEYFUNCTIONS0EXE;