(draw_map): Parameter bmap abused EF_MAP and EF_BMAP, and required the

silly EF_NMAP.  Use characters instead: 'b' for bmap (was EF_BMAP),
't' for true bmap (was EF_MAP), 'r' for revert (was EF_MAP+EF_BMAP,
more sillness), and 'n' for nmap (was EF_NMAP).  Callers changed.
(EF_NMAP): Remove.
This commit is contained in:
Markus Armbruster 2005-10-23 08:58:23 +00:00
parent a2ae5ebe5e
commit ba84b71f8d
5 changed files with 18 additions and 17 deletions

View file

@ -117,9 +117,6 @@ struct empfile {
#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. */
struct fileinit {
int ef_type;
void (*init) (int, char *);