]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/bakapee.c
wwww
[16.git] / src / lib / bakapee.c
index 1e94aea03d84e264759d63ac963602d3f9815893..000ac84a1e5075b4300f5b7215c1b077d6a5ba5e 100755 (executable)
@@ -67,8 +67,12 @@ void ssd(page_t *page, bakapee_t *pee, word svq)
 void dingpp(page_t *page, bakapee_t *pee)
 {
 #ifdef TILE
+#ifndef MXLIB
        //fill_block(pee->xx, pee->yy, pee->xx+TILEWH, pee->yy+TILEWH, pee->coor);
+       mxFillBox(pee->xx, pee->yy, TILEWH, TILEWH, pee->coor, OP_SET);
+#else
        modexClearRegion(page, pee->xx, pee->yy, TILEWH, TILEWH, pee->coor);
+#endif
 #else
        modexputPixel(page, pee->xx, pee->yy, pee->coor);
 #endif