]> git.pond.sub.org Git - empserver/commit
Fix size of sector bitmap in do_look() and draw_map()
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 23 Aug 2008 18:41:07 +0000 (14:41 -0400)
committerMarkus Armbruster <armbru@pond.sub.org>
Wed, 27 Aug 2008 01:42:32 +0000 (21:42 -0400)
commitd44ae3ef967768d6c6246e8b5672783f635db803
tree4838814e6da1557b23020b8bf23a32a6daa95af4
parentc89f8172ec9406b221712d119e33b2c360626c4c
Fix size of sector bitmap in do_look() and draw_map()

They allocated twice as much as needed.
src/lib/commands/look.c
src/lib/subs/maps.c