]> 4ch.mooo.com Git - 16.git/commitdiff
fixings~ <3
authorsparky4 <sparky4@cock.li>
Tue, 26 May 2015 21:16:15 +0000 (16:16 -0500)
committersparky4 <sparky4@cock.li>
Tue, 26 May 2015 21:16:15 +0000 (16:16 -0500)
modified:   maptest.exe
modified:   scroll.exe
modified:   src/lib/mapread.h
modified:   src/maptest.c
modified:   src/scroll.c

maptest.exe
scroll.exe
src/lib/mapread.h
src/maptest.c
src/scroll.c

index 85028f5fd00970ed51736b4026bd3e61b966c73a..013a6416df408dfc2b98e61562e72d78c4da5e6b 100644 (file)
Binary files a/maptest.exe and b/maptest.exe differ
index 504fc52cfabf404ef4e940618f58bef4b7823934..eb625079807716d56ee7327bc9502fc43d6e0547 100644 (file)
Binary files a/scroll.exe and b/scroll.exe differ
index ceef6bb96c12d8a72791cad1ad33a20f8226c035..ebacd102f8e42e8399118e53951e07c5c33bae52 100644 (file)
@@ -11,7 +11,7 @@
 #include "src/lib/lib_head.h"
 
 //#define DEBUG_MAPDATA
-#define DEBUG_MAPVAR
+//#define DEBUG_MAPVAR
 //#define DEBUG_DUMPVARS
 //#define DEBUG_JS
 
index 09a7202466f54a9d4462ce1def0a4f81e4ee9d88..86cda8db237ccb19b4f94e639b3f23d5d12a26f1 100644 (file)
@@ -8,9 +8,7 @@ main(int argc, char *argv[])
 {\r
        map_t map;
        short i;
-       //int lm;
        loadmap("data/test.map", &map);
-       //fprintf(stdout, "loadmap=     %d\n\n", lm);
        #ifdef DUMP
        fprintf(stdout, "map.width=     %d\n", map.width);
        fprintf(stdout, "map.height=    %d\n", map.height);
index 7c542a8db1d46a9978a6d8879f4c01a3d8dbea8a..ad26f4b04e5390a2c870e08544986f53afaa93f6 100644 (file)
@@ -90,7 +90,8 @@ void main() {
        map_view_t mv, mv2, mv3;\r
        map_view_t *bg, *spri, *mask;//, *tmp;\r
        byte *dpal, *gpal;\r
-       byte *ptr, *mappalptr;\r
+       byte far *ptr;
+       byte *mappalptr;\r
        actor_t player;\r
        //actor_t npc0;\r
 \r