]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/scroll16.c
scroll turned off sync for xt
[16.git] / src / lib / scroll16.c
index f56a7c049a48c143e73a345096db2e6c93327ad4..744db87d39268ec2b20d6fe8dbb2c8ae137d5323 100755 (executable)
@@ -467,12 +467,9 @@ sword chkmap(map_t *map, word q)
                map->tiles->tileWidth = 16;
                map->tiles->rows = 1;
                map->tiles->cols = 1;
-#ifndef TILESPRITE
                map->tiles->debug_text = true;
-#else
-               map->tiles->debug_text = false;
-#endif
        }
+       else map->tiles->debug_text = false;
        return 0;
 }
 
@@ -706,6 +703,6 @@ void animatePlayer(map_view_t *pip, player_t *player, word playnum, sword scroll
        //modexClearRegion(top->page, 66, 66, 2, 40, 0);
        //modexCopyPageRegion(dest->page, top->page, 66, 66, 66, 66, 2, 40);
        //turn this off if XT
-       //XTif(detectcpu() > 0)
+       if(detectcpu() > 0)
        modexWaitBorder();
 }