]> git.pond.sub.org Git - empserver/commit
Remove cheesy work-around for broken MAPWIDTH()
authorMarkus Armbruster <armbru@pond.sub.org>
Wed, 20 Aug 2008 01:30:49 +0000 (21:30 -0400)
committerMarkus Armbruster <armbru@pond.sub.org>
Wed, 20 Aug 2008 11:40:51 +0000 (07:40 -0400)
commitf6e62bd9296d8355c359c2176297a0334452ddf0
treec47ca2682f486caa205a2be88f90d58578493092
parent955ef7d51fd9485eae034e72f635b4e80b061c77
Remove cheesy work-around for broken MAPWIDTH()

MAPWIDTH(3) used to be one too small, which made rout() clobber the
map row's terminating zero when the map spans the whole world in x.
Since Chainsaw 2, rout() copied rows into an additional buffer to add
a terminating zero.  Remove that junk.
src/lib/commands/rout.c