diff options
Diffstat (limited to 'src/cave.cc')
-rw-r--r-- | src/cave.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cave.cc b/src/cave.cc index a0b8c7fc..bb883d26 100644 --- a/src/cave.cc +++ b/src/cave.cc @@ -1519,7 +1519,7 @@ void map_info(int y, int x, byte *ap, char *cp, byte *tap, char *tcp, /* - * Special version of map_info, for use by cmovie and HTML converter + * Special version of map_info, for use by HTML converter * to obtain pure-ASCII image of dungeon map */ void map_info_default(int y, int x, byte *ap, char *cp) |