]> git.pond.sub.org Git - empserver/commit
Fix recon and satellite to write spy plane bmap updates to disk
authorMarkus Armbruster <armbru@pond.sub.org>
Mon, 14 Jun 2010 05:18:01 +0000 (07:18 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 18 Jul 2010 06:31:53 +0000 (08:31 +0200)
commitc2cd58d561a85d6b71c2accda46d1ef491ff32e9
tree2b94163138b817b698777e1dce88e09079830fab
parent8eca636c7dc7254545340834e67ff0f972285cc7
Fix recon and satellite to write spy plane bmap updates to disk

satdisp_sect() updated the in-memory bmap, but failed to write the
updates to disk.  Its callers already update bmap from other sources,
so move this update there, and connect it to the existing write back.
src/lib/subs/aircombat.c
src/lib/subs/satmap.c