Spell BTU and ETU consistently

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2017-07-30 16:55:04 +02:00
parent e6ce36df64
commit 2bcd875715
21 changed files with 57 additions and 57 deletions

View file

@ -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) */
};