]> git.pond.sub.org Git - empserver/commit
Simplify calls to mpr()
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 22 Mar 2008 10:04:53 +0000 (11:04 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Sat, 22 Mar 2008 10:04:53 +0000 (11:04 +0100)
commit0a962c0380d60a6c154a1c179694070d4f5f471e
treed399fb40825e21d1652a7574fea3c2dd4a904f98
parent4c0d843c01ace8dd9e7775b9713e9b755a4cfb85
Simplify calls to mpr()

mpr() does nothing when its first argument is zero.  No need to avoid
calling it in that case; remove the conditionals.
src/lib/commands/bomb.c
src/lib/subs/detonate.c
src/lib/subs/mslsub.c