]> git.pond.sub.org Git - empserver/commit
(castr,empfile,ship_chr,plane_chr,land_chr,nuke_chr):
authorRon Koenderink <rkoenderink@yahoo.ca>
Sat, 22 Oct 2005 16:39:45 +0000 (16:39 +0000)
committerRon Koenderink <rkoenderink@yahoo.ca>
Sat, 22 Oct 2005 16:39:45 +0000 (16:39 +0000)
commitfcf5c59513ad370cb5f8000fd8abdbab236bcce6
tree92eabd7d9d617f16dffc61c21635a26352bb9a3f
parentcf4faac2934d9150a8d58810adf0e1b3a7b51483
(castr,empfile,ship_chr,plane_chr,land_chr,nuke_chr):
Add table index to castr to create a reference to the symbol table.
Add "ship chr flags" table to empfile.
Add "plane chr flags" table to empfile.
Add "land chr flags" table to empfile.
Add "nuke chr flags" table to empfile.
Add EF_SHIP_CHR_FLAGS reference to ship_chr.
Add EF_PLANE_CHR_FLAGS reference to plane_chr.
Add EF_LAND_CHR_FLAGS reference to land_chr.
Add EF_NUKE_CHR_FLAGS reference to nuke_chr.

(show_ship_capab,show_plane_capab,show_land_capab,
show_nuke_capab,ship_flags,land_flags,plane_flags,nuke_flags):
Move ship_flags nsc.c from show.c
Rename ship_flags to ship_chr_flags.
Move plane_flags nsc.c from show.c
Rename plane_flags to plane_chr_flags.
Move land_flags nsc.c from show.c
Rename land_flags to land_chr_flags.
Move nuke_flags nsc.c from show.c
Rename nuke_flags to nuke_chr_flags.
This is to accomodate future symbol table for EF_PLANE table.
include/file.h
include/nsc.h
src/lib/global/file.c
src/lib/global/nsc.c
src/lib/subs/show.c