From: sparky4 Date: Mon, 24 Nov 2014 09:54:03 +0000 (-0600) Subject: modified: scroll.c X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=05db61932900a6699e0e2f4aa41238c021adf222;p=16.git modified: scroll.c --- diff --git a/scroll.c b/scroll.c index aeee5929..30b4b114 100644 --- a/scroll.c +++ b/scroll.c @@ -515,5 +515,6 @@ animatePlayer(map_view_t *src, map_view_t *dest, short d1, short d2, int x, int if(3>ls && ls>=2) { modexDrawSpriteRegion(dest->page, x, y, 24, dire, 24, 32, bmp); }else if(4>ls && ls>=3) { modexDrawSpriteRegion(dest->page, x, y, 0, dire, 24, 32, bmp); }else if(5>ls && ls>=4) { modexDrawSpriteRegion(dest->page, x, y, 24, dire, 24, 32, bmp); } + //turn this off if XT modexWaitBorder(); }