]> git.pond.sub.org Git - empserver/commit
Use mpr() instead of PR() where possible
authorMarkus Armbruster <armbru@pond.sub.org>
Fri, 18 Jun 2010 19:02:18 +0000 (21:02 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 18 Jul 2010 07:28:49 +0000 (09:28 +0200)
commitdcd192f32480d7f3900377b5b1728fa99257c1fc
tree182058d3c84bfcc7bf62144014c77c2c6fbc1823
parent73260a8a6dbe8e6673480765f3db6127781aa292
Use mpr() instead of PR() where possible

The difference between the two is that PR() buffers partial lines, and
mpr() suppresses output to country#0.  Doesn't matter when printing
complete lines to a country other than #0, e.g. the owner of a unit.
src/lib/commands/bomb.c
src/lib/subs/aircombat.c