From 05db61932900a6699e0e2f4aa41238c021adf222 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Mon, 24 Nov 2014 03:54:03 -0600 Subject: [PATCH] modified: scroll.c --- scroll.c | 1 + 1 file changed, 1 insertion(+) 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(); } -- 2.39.5