(SHP_AIROPS_EFF, LND_AIROPS_EFF): New. Use it instead of literal 50.

This commit is contained in:
Markus Armbruster 2004-08-17 18:31:32 +00:00
parent 90a61e245f
commit 4fd7da248a
4 changed files with 11 additions and 6 deletions

View file

@ -214,6 +214,7 @@ struct mlist {
#define CN_ERROR (-1)
enum {
SHP_AIROPS_EFF = 50, /* min. efficiency for air ops */
M_TORP_SHELLS = 3 /* number of shells used by a torpedo */
};