(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.
This commit is contained in:
parent
cf4faac293
commit
fcf5c59513
5 changed files with 454 additions and 429 deletions
|
@ -108,6 +108,10 @@ struct empfile {
|
|||
#define EF_INFRASTRUCTURE 22
|
||||
#define EF_PRODUCT 23
|
||||
#define EF_TABLE 24
|
||||
#define EF_SHIP_CHR_FLAGS 25
|
||||
#define EF_PLANE_CHR_FLAGS 26
|
||||
#define EF_LAND_CHR_FLAGS 27
|
||||
#define EF_NUKE_CHR_FLAGS 28
|
||||
|
||||
#define EF_NMAP 222 /* Kinda bogus, but used to describe a newdesmap
|
||||
instead of bmap or map. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue