summaryrefslogtreecommitdiff
path: root/changelog.txt
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2013-12-31 23:07:10 +0000
committerrubidium <rubidium@openttd.org>2013-12-31 23:07:10 +0000
commit8ee152b7473736e6450db834683f519abe496c55 (patch)
tree37daeb3f6af05c9bfca3ff4252daebd1d3d241ca /changelog.txt
parent0de65cbf910885bd69881699801c4ea38e42acf0 (diff)
downloadopenttd-8ee152b7473736e6450db834683f519abe496c55.tar.xz
(svn r26191) -Fix (r26177): typo
Diffstat (limited to 'changelog.txt')
-rw-r--r--changelog.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.txt b/changelog.txt
index a9d483686..8f52ac1de 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -64,7 +64,7 @@
- Change: Allow to remove unowned objects unless they have the 'unremovable' flag (r25879)
- Change: In scenario editor allow to build all objects which were available at any point in the past to support building scenarios with historic items (r25875)
- Change: Display the cost to upgrade a bridge at the end of bridge that was clicked and not the other end, which could be outside of the screen in some cases (r25854)
-- Change: [NewGRF] Lower the limit of airport tile types, house types, indurstry tile types and object types per NewGRF from 256 to 255 to prevent usage of ID 0xFF in Action3, and thus allowing it to become an extended byte somewhen (r25841, r25839, r25837, r25834)
+- Change: [NewGRF] Lower the limit of airport tile types, house types, industry tile types and object types per NewGRF from 256 to 255 to prevent usage of ID 0xFF in Action3, and thus allowing it to become an extended byte somewhen (r25841, r25839, r25837, r25834)
- Change: Clarify the relevance of the permissible palettes (r25792)
- Change: [NewGRF] Invalidate vehicle recolour palette during (un)loading [FS#5669] (r25648)
- Change: If an editbox is configured to be cleared with ESC, but the editbox is already empty, unselect the editbox instead (r25647)