]> git.pond.sub.org Git - empserver/commit
Don't beep when plane, land unit or nuke die on collapsing bridge
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 6 Jun 2010 20:26:02 +0000 (22:26 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 27 Jun 2010 16:27:48 +0000 (18:27 +0200)
commitaa3c5ef350cf52d42b14f42baf5e419053617b4b
tree8431686464bf8845c6c298e0d3f6d4df0a8e8a9b
parent2d436e78309d1ebf368d641f9916f554385e6c37
Don't beep when plane, land unit or nuke die on collapsing bridge

Not nice, because it could beep many times, and could put beeps in
bulletins.  Moreover, it misused mpr() and thus put the beep in its
own bulletin.  The read command normally merges this bulletin with the
adjacent ones, but if the bulletins are more than five seconds apart
(clock jumped somehow), we can get an empty bulletin just for the
beep.

Beeping was added in v4.0.18.
src/lib/subs/bridgefall.c