diff options
Diffstat (limited to 'src/map/map.c')
-rw-r--r-- | src/map/map.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/map/map.c b/src/map/map.c index 8bf0c74f6..358e957fc 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -1480,8 +1480,8 @@ static int map_readafm(int m,char *fn) { afm_file = fopen(fn, "r"); if (afm_file != NULL) { - printf("\rLoading Maps [%d/%d]: %-50s ",m,map_num,fn); - fflush(stdout); +// printf("\rLoading Maps [%d/%d]: %-50s ",m,map_num,fn); +// fflush(stdout); str=fgets(afm_line, sizeof(afm_line)-1, afm_file); str=fgets(afm_line, sizeof(afm_line)-1, afm_file); @@ -1569,8 +1569,8 @@ static int map_readmap(int m,char *fn, char *alias) { if(gat==NULL) return -1; - printf("\rLoading Maps [%d/%d]: %-50s ",m,map_num,fn); - fflush(stdout); +// printf("\rLoading Maps [%d/%d]: %-50s ",m,map_num,fn); +// fflush(stdout); map[m].m=m; xs=map[m].xs=*(int*)(gat+6); |