Delete dead code, fix indentation, spelling, obvious warning
avoidance, doc fixes. No functional changes.
This commit is contained in:
parent
f5e49a830c
commit
d2e0c8224b
11 changed files with 23 additions and 24 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue