From: sparky4 Date: Sun, 23 Nov 2014 18:29:25 +0000 (-0600) Subject: modified: 16/modex16/scroll.c X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=c177f098b3b96d001ce1796966af9e2ca339eb88;p=16.git modified: 16/modex16/scroll.c modified: 16/modex16/scroll.exe --- diff --git a/16/modex16/scroll.c b/16/modex16/scroll.c index c64c810b..65d28d10 100644 --- a/16/modex16/scroll.c +++ b/16/modex16/scroll.c @@ -138,6 +138,7 @@ void main() { // modexDrawBmp(draw->page, player.x, player.y, &bmp); animatePlayer(show, 1, 0, player.x, player.y, q, &ptmp); modexShowPage(draw->page); + SWAP(draw, show); } player.tx++; } @@ -167,6 +168,7 @@ void main() { // modexDrawBmp(draw->page, player.x, player.y, &bmp); animatePlayer(show, 3, 0, player.x, player.y, q, &ptmp); modexShowPage(draw->page); + SWAP(draw, show); } player.tx--; } @@ -196,6 +198,7 @@ void main() { // modexDrawBmp(draw->page, player.x, player.y, &bmp); animatePlayer(show, 2, 0, player.x, player.y, q, &ptmp); modexShowPage(draw->page); + SWAP(draw, show); } player.ty++; } @@ -224,6 +227,7 @@ void main() { // modexDrawBmp(draw->page, player.x, player.y, &bmp); animatePlayer(show, 0, 0, player.x, player.y, q, &ptmp); modexShowPage(draw->page); + SWAP(draw, show); } player.ty--; } diff --git a/16/modex16/scroll.exe b/16/modex16/scroll.exe index d4150b74..5aac8bb1 100755 Binary files a/16/modex16/scroll.exe and b/16/modex16/scroll.exe differ