]> 4ch.mooo.com Git - 16.git/commitdiff
modified: scroll.exe
authorsparky4 <sparky4@cock.li>
Mon, 1 Dec 2014 16:57:29 +0000 (10:57 -0600)
committersparky4 <sparky4@cock.li>
Mon, 1 Dec 2014 16:57:29 +0000 (10:57 -0600)
modified:   src/scroll.c

scroll.exe
src/scroll.c

index 7532e8269cf8be69557c74259935f698c5a4c9cb..ff8cfbad3dfa2296a70ee7917ed47b41d8d29b6f 100644 (file)
Binary files a/scroll.exe and b/scroll.exe differ
index 99cf8e6a4cbcbc123767b681cf56c1261f16e2d4..bf2f41436bd8a80b863a98da3deb1fc841775c86 100644 (file)
@@ -544,7 +544,7 @@ mapDrawRow(map_view_t *mv, int tx, int ty, word y, word poopoffset) {
        word x;
        int i;
        poopoffset%=SPEED;
-printf("y: %d\n", poopoffset);
+//printf("y: %d\n", poopoffset);
        /* the position within the map array */
        i=ty * mv->map->width + tx;
        for(x=poopoffset; x<(SCREEN_WIDTH+mv->dxThresh)/(poopoffset+1) && tx < mv->map->width; x+=mv->map->tiles->tileWidth, tx++) {
@@ -562,7 +562,7 @@ mapDrawCol(map_view_t *mv, int tx, int ty, word x, word poopoffset) {
        int y;
        int i;
        poopoffset%=SPEED;
-printf("x: %d\n", poopoffset);
+//printf("x: %d\n", poopoffset);
        /* location in the map array */
        i=ty * mv->map->width + tx;