Spell BTU and ETU consistently
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
e6ce36df64
commit
2bcd875715
21 changed files with 57 additions and 57 deletions
|
@ -35,7 +35,7 @@
|
|||
|
||||
struct cmndstr {
|
||||
char *c_form; /* prototype of command */
|
||||
int c_cost; /* btu cost of command */
|
||||
int c_cost; /* BTU cost of command */
|
||||
int (*c_addr)(void); /* core addr of appropriate routine */
|
||||
int c_flags; /* command flags */
|
||||
int c_permit; /* command capabilities required */
|
||||
|
|
|
@ -333,7 +333,7 @@ EMPCFBOTH("money_uw", money_uw, double, NSC_DOUBLE, 0,
|
|||
EMPCFBOTH("babyeat", babyeat, double, NSC_DOUBLE, 0,
|
||||
"Amount of food to mature 1 baby into a civilian")
|
||||
EMPCFBOTH("bankint", bankint, double, NSC_DOUBLE, 0,
|
||||
"Bank dollar gain (per bar per etu)")
|
||||
"Bank dollar gain (per bar per ETU)")
|
||||
EMPCFBOTH("eatrate", eatrate, double, NSC_DOUBLE, 0,
|
||||
"Food eating rate for mature people")
|
||||
EMPCFBOTH("fcrate", fcrate, double, NSC_DOUBLE, 0,
|
||||
|
|
|
@ -50,7 +50,7 @@ struct gamestr {
|
|||
* Access it through game_tick_tick(), or else it'll be late.
|
||||
*/
|
||||
short game_turn; /* turn number */
|
||||
short game_tick; /* elapsed etus in this turn */
|
||||
short game_tick; /* elapsed ETUs in this turn */
|
||||
time_t game_rt; /* when game_tick last ticked */
|
||||
};
|
||||
|
||||
|
|
|
@ -73,7 +73,7 @@ struct lndstr {
|
|||
unsigned char lnd_scar; /* how experienced the unit is (not used) */
|
||||
short lnd_item[I_MAX+1]; /* amount of items on board */
|
||||
short lnd_pstage; /* plague stage */
|
||||
short lnd_ptime; /* how many etus remain in this stage */
|
||||
short lnd_ptime; /* how many ETUs remain in this stage */
|
||||
int lnd_land; /* uid of transporting land unit, or -1 */
|
||||
short lnd_access; /* Last tick mob was updated (MOB_ACCESS) */
|
||||
};
|
||||
|
|
|
@ -82,7 +82,7 @@ struct sctstr {
|
|||
short sct_dist[I_MAX+1]; /* distribution thresholds */
|
||||
short sct_mines; /* number of mines */
|
||||
short sct_pstage; /* plague stage */
|
||||
short sct_ptime; /* how many etus remain in this stage */
|
||||
short sct_ptime; /* how many ETUs remain in this stage */
|
||||
unsigned char sct_che; /* number of guerrillas */
|
||||
natid sct_che_target; /* nation targeted by che */
|
||||
unsigned short sct_fallout;
|
||||
|
|
|
@ -69,7 +69,7 @@ struct shpstr {
|
|||
/* end of part matching struct empobj */
|
||||
short shp_item[I_MAX+1]; /* amount of items on board */
|
||||
short shp_pstage; /* plague stage */
|
||||
short shp_ptime; /* how many etus remain in this stage */
|
||||
short shp_ptime; /* how many ETUs remain in this stage */
|
||||
short shp_access; /* Last tick mob was updated (MOB_ACCESS) */
|
||||
char shp_name[MAXSHPNAMLEN]; /* name set with the "name" command */
|
||||
coord shp_orig_x;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue