]> 4ch.mooo.com Git - 16.git/commitdiff
xcroll.exe needs testing on real hardware\!\!\!\! it is working but not flexible...
authorsparky4 <sparky4@cock.li>
Mon, 15 May 2017 21:58:08 +0000 (16:58 -0500)
committersparky4 <sparky4@cock.li>
Mon, 15 May 2017 21:58:08 +0000 (16:58 -0500)
src/lib/16_map.c

index 6bd66ccf5ddfb716474223787190f2e02226fe8a..2d266df1d667f1b13bcf1dca438544f9849255fc 100755 (executable)
@@ -242,10 +242,10 @@ int CA_loadmap(char *mn, map_t *map, global_game_variables_t *gvar)
        else if(status != tokcount) { printf("Warning: used %d tok\n", status);}\r
        extract_map((char const *)MAPSEGINLM, tok, tokcount, map);\r
 \r
-       printf("freeing tok\n");\r
+//     printf("freeing tok\n");\r
        free(tok);      //TODO: USE MM_ CA_ AND PM_\r
 //     printf("fclose fh\n");\r
-//     fclose(fh);     //TODO: USE MM_ CA_ AND PM_\r
+       fclose(fh);     //TODO: USE MM_ CA_ AND PM_\r
 \r
        return 0;\r
 }\r