]> 4ch.mooo.com Git - 16.git/commitdiff
wwww
authorsparky4 <sparky4@cock.li>
Wed, 23 Sep 2015 18:03:30 +0000 (13:03 -0500)
committersparky4 <sparky4@cock.li>
Wed, 23 Sep 2015 18:03:30 +0000 (13:03 -0500)
modified:   scroll.exe
modified:   scroll.map
modified:   src/lib/scroll16.c

scroll.exe
scroll.map
src/lib/scroll16.c

index ffc9411371addb23c0ef966e2f4eec777721f277..37b3c701daff967fc14c648ad7be16c876d934b6 100755 (executable)
Binary files a/scroll.exe and b/scroll.exe differ
index d6688e889d4b6e247af953a3604ca0feb715223e..550ff65f4cbbd6d9bdca18ca8b599bc60d2fb81e 100755 (executable)
@@ -1,7 +1,7 @@
 Open Watcom Linker Version 2.0 beta Sep 21 2015 10:22:11 (32-bit)
 Copyright (c) 2002-2015 The Open Watcom Contributors. All Rights Reserved.
 Portions Copyright (c) 1985-2002 Sybase, Inc. All Rights Reserved.
-Created on:       15/09/23 12:57:42
+Created on:       15/09/23 13:03:30
 Executable Image: scroll.exe
 creating a DOS executable
 
index 744db87d39268ec2b20d6fe8dbb2c8ae137d5323..23d34bef4b2580f078b6f52db9673485d35cc21d 100755 (executable)
@@ -451,7 +451,7 @@ sword chkmap(map_t *map, word q)
 1,     1,      1,      1,      1,      1,      1,      1,      1,      1,      1,      1,      1,      1,      1,      1,      1,      1,      1,      1,      \
 1,     1,      1,      1,      1,      1,      1,      1,      1,      1,      1,      1,      3,      3,      3,      3,      1,      2,      3,      4 };*/
        //check for failed to load map
-       if((map->width == map->height == 0) || (q>0))
+       if((map->width == map->height == 0) && (q>0))
        {
                //initiate a null map!
                map->width=MAPW;///2;