empserver/src
Markus Armbruster fff177be2f Revert "commands: Always put ship or land unit before retreating it"
This reverts commit f4d8d64bb3.

Breaks retreat after ship got sunk by bombs or missile.

ship_bomb() and launch_missile() pass .shp_own to retreat_ship().
Wrong after putship(), because putship() resets the owner when the
ship got sunk.  retreat_ship() then oopses and fails to retreat the
surviving members of the group.

Other callers save the owner before putting the ship, and pass that.
We could change these two to do the same.  But since we're trying to
get a release out, simply revert the broken commit instead.
2015-05-17 18:11:20 +02:00
..
client client: New option -r for restricted mode 2015-03-08 17:30:46 +01:00
lib Revert "commands: Always put ship or land unit before retreating it" 2015-05-17 18:11:20 +02:00
scripts tests: Fix for builds outside git-controlled source tree 2015-03-03 20:18:38 +01:00
server Update copyright notice 2015-02-28 16:21:34 +01:00
util Update copyright notice 2015-02-28 16:21:34 +01:00