]> git.pond.sub.org Git - empserver/commit
Simplify implementation of MAP_HIGH in draw_map()
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 23 Aug 2008 18:54:42 +0000 (14:54 -0400)
committerMarkus Armbruster <armbru@pond.sub.org>
Wed, 27 Aug 2008 01:42:32 +0000 (21:42 -0400)
commite9c7491449d1d54996c523f5db22d200d7258d63
tree21b0cd8b5970460bbd1a1f3fc048a25708217a76
parentd44ae3ef967768d6c6246e8b5672783f635db803
Simplify implementation of MAP_HIGH in draw_map()

Own sectors are always visible on the map, so checking their
visibility with bitinit2() and emp_getbit() is superflous.
src/lib/subs/maps.c