Code cleanup

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2018-04-27 15:29:42 +00:00
parent 81afe325f6
commit c8d949733a

4
mud.c
View File

@@ -343,10 +343,8 @@ mud_update_map(struct mud *mud)
mud->ratemax = n; mud->ratemax = n;
if (!n) { if (!n)
fprintf(stderr, "update map failed\n");
return 0; return 0;
}
unsigned w = 0; unsigned w = 0;