empserver/src/lib
Markus Armbruster d68a0b96c6 (dodeliver): Remove parameter vec, work with sp->sct_item[] instead.
This is safe, because the only caller passed a copy of the latter
created with getvec(), and dodeliver() doesn't change it.  Caller
changed.  Return value no longer needed, remove.
2004-03-10 18:25:05 +00:00
..
as (sccsid): Useless, as we don't use SCCS. Remove. 2004-03-01 13:33:51 +00:00
commands (quiet_bigdef): Work directly on item arrays instead of copies made by 2004-03-10 12:52:24 +00:00
common Use gcc function attribute `format' to catch bad format strings. Fix 2004-03-09 12:27:40 +00:00
empthread Use gcc function attribute `format' to catch bad format strings. Fix 2004-03-09 12:27:40 +00:00
gen Don't cast void to void. 2004-03-01 13:56:07 +00:00
global (sctstr): Member sct_che encoded number of che and their target. 2004-03-04 13:49:25 +00:00
lwp (lwpCreate): Avoid harmless compiler warning. 2004-03-09 13:28:16 +00:00
player Use gcc function attribute `format' to catch bad format strings. Fix 2004-03-09 12:27:40 +00:00
subs (pln_equip, mission_pln_equip): Work directly on item arrays instead 2004-03-10 13:35:54 +00:00
update (dodeliver): Remove parameter vec, work with sp->sct_item[] instead. 2004-03-10 18:25:05 +00:00