Change dchrstr member d_mnem to char.

This commit is contained in:
Markus Armbruster 2006-02-12 13:56:12 +00:00
parent 94ef2f4275
commit 94fb350e40
2 changed files with 5 additions and 3 deletions

View file

@ -99,7 +99,7 @@ typedef enum {
struct dchrstr {
unsigned char d_uid;
int d_mnem; /* map symbol */
char d_mnem; /* map symbol */
int d_prd; /* product type */
int d_mcst; /* movement cost */
d_navigation d_nav; /* navigation capability */