]> git.pond.sub.org Git - empserver/commit
(improve, shoo, spy, buildeff): Work directly on item arrays instead
authorMarkus Armbruster <armbru@pond.sub.org>
Tue, 9 Mar 2004 19:26:02 +0000 (19:26 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Tue, 9 Mar 2004 19:26:02 +0000 (19:26 +0000)
commit2a3b29ebe188d8f1832d31e1137fa40401fe7c4d
tree337929fbd491d04554ae57e940a4644e2eac4343
parent4ad649950e82eaa0c9ac34b18a3c4b33db940587
(improve, shoo, spy, buildeff): Work directly on item arrays instead
of copies made by getvec().  This is safe, because the old code made
single copies and always flushed them back into the unit structures
before flushing those.
src/lib/commands/improve.c
src/lib/commands/shoo.c
src/lib/commands/spy.c
src/lib/commands/work.c