]> git.pond.sub.org Git - empserver/commit - src/lib/commands/desi.c
Fix bdes and designate to always write updated bmap to disk
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 19 Jul 2008 14:05:25 +0000 (10:05 -0400)
committerMarkus Armbruster <armbru@pond.sub.org>
Mon, 21 Jul 2008 12:13:31 +0000 (08:13 -0400)
commitd000bf92960ba5b6fc7252d2e80c103285f8c41f
tree9ed4356bc05e1f92b94c4a839436b4df38a60b0e
parent90a4864c171a5c1ae9d2f2603a8613a675c45ddf
Fix bdes and designate to always write updated bmap to disk

bdes() failed to do that when the player aborted at the prompt for the
new designation.

desi() failed to do it when it failed the command because the new
designation was bad.
src/lib/commands/bdes.c
src/lib/commands/desi.c