Fix and clean up some comments
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
9f25de3dce
commit
eba87789ab
37 changed files with 73 additions and 69 deletions
|
@ -250,7 +250,7 @@ move(void)
|
|||
if (amount > ITEM_MAX - amt_dst) {
|
||||
pr("Only enough room for %d in %s. The goods will be returned.\n",
|
||||
ITEM_MAX - amt_dst, xyas(sect.sct_x, sect.sct_y, player->cnum));
|
||||
/* FIXME Not nice. Move what we can and return the rest. */
|
||||
/* FIXME Not nice. Move what we can and return the rest. */
|
||||
getsect(x, y, §);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue