Delete dead code, fix indentation, spelling, obvious warning

avoidance, doc fixes.  No functional changes.
This commit is contained in:
Markus Armbruster 2004-02-27 20:13:28 +00:00
parent f5e49a830c
commit d2e0c8224b
11 changed files with 23 additions and 24 deletions

View file

@ -43,8 +43,8 @@
* 2 = update only bmap with force
*/
static int
do_map_set(natid cnum, s_char *map, coord x, coord y, s_char t, int force, int sync);
static int do_map_set(natid cnum, s_char *map, coord x, coord y,
s_char t, int force, int sync);
int
map_set(natid cnum, coord x, coord y, s_char t, int only_bmap)