empserver/src
Markus Armbruster dd9e393b38 subs: Simplify MOB_ACCESS mobility update
The do_upd_checking recursion guard is superfluous: do_mob_sect()
doesn't call anything.  Has been that way since MOB_ACCESS was added
in Empire 3.

Inline the remaining code of sct_do_upd_mob(), shp_do_upd_mob(),
pln_do_upd_mob(), lnd_do_upd_mob() in their only callers
sct_postread(), shp_postread(), pln_postread(), lnd_postread().
Rename do_mob_sect(), do_mob_ship(), do_mob_plane(), do_mob_land() to
mob_sect, mob_ship(), mob_plane(), mob_land() and give them external
linkage.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
2017-08-06 20:08:30 +02:00
..
client Update copyright notice 2017-07-02 17:45:44 +02:00
lib subs: Simplify MOB_ACCESS mobility update 2017-08-06 20:08:30 +02:00
scripts indent-emp: Take files to indent from command line 2017-08-06 19:59:56 +02:00
server Update copyright notice 2017-07-02 17:45:44 +02:00
util Update copyright notice 2017-07-02 17:45:44 +02:00