summaryrefslogtreecommitdiff
path: root/known-bugs.txt
diff options
context:
space:
mode:
authorCharles Pigott <charlespigott@googlemail.com>2021-02-13 21:50:51 +0000
committerCharles Pigott <charlespigott@googlemail.com>2021-02-13 22:15:16 +0000
commit2b08f21625da0c0425bc8f5843b802f84b72a0b6 (patch)
treec6ad0eaa8462d8f9e0fefbe1ac82ac4c01026d43 /known-bugs.txt
parentf1fc083f2b7f168931cd881cf040d7f3b084fb27 (diff)
downloadopenttd-2b08f21625da0c0425bc8f5843b802f84b72a0b6.tar.xz
Fix #8625: Wrong ending year was displayed in highscore table
Diffstat (limited to 'known-bugs.txt')
-rw-r--r--known-bugs.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/known-bugs.txt b/known-bugs.txt
index a687dff4a..ddfe7aa0c 100644
--- a/known-bugs.txt
+++ b/known-bugs.txt
@@ -409,3 +409,12 @@ Involuntary cargo exchange with cargodist via neutral station [#6114]:
shared station make the order "no unload" and if you're unloading make
it "no load". Cargodist will then figure out that it should not create
such a route.
+
+Incorrect ending year displayed in end of game newspaper [#8625]
+ The ending year of the game is configurable, but the date displayed in
+ the newspaper at the end of the game is part of the graphics, not text.
+ So to fix this would involve fixing the graphics in every baseset,
+ including the original. Additionally, basesets are free to put this
+ text in different positions (which they do), making a proper solution
+ to this infinitely more complex for a part of the game that fewer than
+ 1% of players ever see.