diff options
author | darkvater <darkvater@openttd.org> | 2005-01-11 00:54:06 +0000 |
---|---|---|
committer | darkvater <darkvater@openttd.org> | 2005-01-11 00:54:06 +0000 |
commit | 5fac6142e849c08279a893f24fe50e5840e94813 (patch) | |
tree | e10943405d0221995867614d413adaef452ac9b6 /lang | |
parent | 085563653fb49794ca2c0ef09f544b08a80012f9 (diff) | |
download | openttd-5fac6142e849c08279a893f24fe50e5840e94813.tar.xz |
(svn r1479) -Added highscore chart (accessible from the difficulty window) with top5 companies for a given difficulty (select the difficulty in the menu)
-Added endgame score on 1 jan 2051 where you are added to the highscore if sufficiently large points have been accumulated. Game is paused while
-These values are saved in hs.dat; added read/write functions for it
-Added code to delete all windows to show charts. There is one issue left: somehow a news-gui pops up in front of the the chart at the end of the game.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/english.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/english.txt b/lang/english.txt index 71cf77ce4..190972f59 100644 --- a/lang/english.txt +++ b/lang/english.txt @@ -573,9 +573,10 @@ STR_0216_CAPITALIST :Capitalist STR_0217_MAGNATE :Magnate STR_0218_MOGUL :Mogul STR_0219_TYCOON_OF_THE_CENTURY :Tycoon of the Century -STR_021A :{BIGFONT}'{STRING}' ({COMMA16}) -STR_021B_ACHIEVES_STATUS :{BIGFONT}{STRING}{STRING} achieves '{STRING}' status! -STR_021C_OF_ACHIEVES_STATUS :{BIGFONT}{STRING}{STRING} of {STRING} achieves '{STRING}' status! +STR_HIGHSCORE_NAME :{BIGFONT}{STRING}, {STRING} +STR_HIGHSCORE_STATS :{BIGFONT}'{STRING}' ({COMMA16}) +STR_021B_ACHIEVES_STATUS :{BLACK}{BIGFONT}{STRING} achieves '{STRING}' status! +STR_021C_OF_ACHIEVES_STATUS :{WHITE}{BIGFONT}{STRING} of {STRING} achieves '{STRING}' status! STR_021D :{BLACK} STR_021E :{WHITE} STR_021F :{BLUE}{COMMA16} |