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
|
@ -40,7 +40,7 @@
|
|||
int
|
||||
age_people(int n, int etu)
|
||||
{
|
||||
/* age by 1% per 24 etus */
|
||||
/* age by 1% per 24 ETUs */
|
||||
return roundavg(n * (1.0 - etu / 2400.0));
|
||||
}
|
||||
|
||||
|
|
|
@ -63,7 +63,7 @@ update_main(void)
|
|||
struct natstr *np;
|
||||
|
||||
update_running = 1;
|
||||
logerror("production update (%d etus)", etu);
|
||||
logerror("production update (%d ETUs)", etu);
|
||||
getrusage(RUSAGE_SELF, &rus1);
|
||||
game_record_update(time(NULL));
|
||||
journal_update(etu);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue