]> 4ch.mooo.com Git - 16.git/commitdiff
16_ca needs huge amounts of work and I should remember what needs to be done soon...
authorsparky4 <sparky4@cock.li>
Mon, 15 May 2017 00:29:52 +0000 (19:29 -0500)
committersparky4 <sparky4@cock.li>
Mon, 15 May 2017 00:29:52 +0000 (19:29 -0500)
src/lib/16_map.c

index ad846e81b10bae5149e44ea7effc21606343781a..6bd66ccf5ddfb716474223787190f2e02226fe8a 100755 (executable)
@@ -242,8 +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
        free(tok);      //TODO: USE MM_ CA_ AND PM_\r
-       fclose(fh);     //TODO: USE MM_ CA_ AND PM_\r
+//     printf("fclose fh\n");\r
+//     fclose(fh);     //TODO: USE MM_ CA_ AND PM_\r
 \r
        return 0;\r
 }\r