From: sparky4 Date: Fri, 28 Nov 2014 20:06:00 +0000 (-0600) Subject: modified: scroll.exe X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=c3bdc60fbf73ae587a23f650675c6248ca7b622e;p=16.git modified: scroll.exe modified: src/scroll.c --- diff --git a/scroll.exe b/scroll.exe index 0710f35f..8ffdff29 100644 Binary files a/scroll.exe and b/scroll.exe differ diff --git a/src/scroll.c b/src/scroll.c index c8a5a621..50343ba9 100644 --- a/src/scroll.c +++ b/src/scroll.c @@ -77,7 +77,6 @@ void main() { map_view_t *bg, *spri, *mask;//, *tmp; byte *ptr; - setkb(1); /* create the map */ map = allocMap(MAPX,MAPY); //20x15 is the resolution of the screen you can make maps smaller than 20x15 but the null space needs to be drawn properly initMap(&map); @@ -87,7 +86,8 @@ void main() { /* draw the tiles */ ptr = map.data; - ptmp = bitmapLoadPcx("data\ptmp.pcx"); // load sprite + ptmp = bitmapLoadPcx("data\\ptmp.pcx"); // load sprite + setkb(1); modexEnter(); modexPalUpdate(ptmp.palette); screen = modexDefaultPage();