]> git.pond.sub.org Git - empserver/commit
(sctstr): Member sct_che encoded number of che and their target.
authorMarkus Armbruster <armbru@pond.sub.org>
Thu, 4 Mar 2004 13:49:25 +0000 (13:49 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Thu, 4 Mar 2004 13:49:25 +0000 (13:49 +0000)
commit5bad9875a546095af2fa30734b072239c9b6e852
tree7c8798008f38f5201013c0dd720533989724ee70
parenteccc5cb7d7b3595e5a2e6407fc29711722de5b2e
(sctstr): Member sct_che encoded number of che and their target.
Simplify.  Split into member sct_che (number) and sct_che_target.
Users changed.
(get_che_cnum, set_che_cnum, get_che_value, get_che_value): Che
encoding/decoding functions; remove.
(CHE_MAX): Move from var.h to sect.h.
(prsect, doland): Print / edit the new field.
include/sect.h
include/var.h
src/lib/commands/add.c
src/lib/commands/anti.c
src/lib/commands/cede.c
src/lib/commands/edit.c
src/lib/commands/hidd.c
src/lib/common/bridgefall.c
src/lib/global/nsc.c
src/lib/subs/takeover.c
src/lib/update/revolt.c