diff options
author | Darkvater <darkvater@openttd.org> | 2005-09-16 00:33:33 +0000 |
---|---|---|
committer | Darkvater <darkvater@openttd.org> | 2005-09-16 00:33:33 +0000 |
commit | 180997534c08d1ffa0d153ee50c3a369b66d0cd6 (patch) | |
tree | a457fd89edc14bd8597031996ddfaca339bfc74f /lang | |
parent | 141924455193275572e8b43fd6702ff05120656e (diff) | |
download | openttd-180997534c08d1ffa0d153ee50c3a369b66d0cd6.tar.xz |
(svn r2956) - Fix: [ 1253736 ] creating many town crash to desktop. Now it 'dies' with an ingame error message informing the gamer if it couldn't generate any towns in user-space. Still if it happens during new-game generation it crashes since we don't yet have actions to do in such a circumstance.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/english.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/english.txt b/lang/english.txt index e287a2a16..2bd6eb5b8 100644 --- a/lang/english.txt +++ b/lang/english.txt @@ -575,6 +575,8 @@ STR_0237_TOO_CLOSE_TO_EDGE_OF_MAP :{WHITE}...too c STR_0238_TOO_CLOSE_TO_ANOTHER_TOWN :{WHITE}...too close to another town STR_0239_SITE_UNSUITABLE :{WHITE}...site unsuitable STR_023A_TOO_MANY_TOWNS :{WHITE}...too many towns +STR_CANNOT_GENERATE_TOWN :{WHITE}Can't build any towns +STR_NO_SPACE_FOR_TOWN :{WHITE}...there is no more space on the map STR_023B_INCREASE_SIZE_OF_TOWN :{BLACK}Increase size of town STR_023C_EXPAND :{BLACK}Expand STR_023D_RANDOM_TOWN :{BLACK}Random Town |