1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-20 13:09:15 +00:00

(svn r1312) -Add: Patch which is on by default: population in label of the town

-Fix: Expand town is a bit more agressive
-Fix: Fixed a bug in growing algorithm
This commit is contained in:
truelight
2004-12-31 18:57:24 +00:00
parent 1fef394fde
commit 92ac503b74
9 changed files with 70 additions and 29 deletions

View File

@@ -179,6 +179,8 @@ typedef struct Patches {
byte drag_signals_density; // many signals density
bool ainew_active; // Is the new AI active?
bool population_in_label; // Show the population of a town in his label?
} Patches;
VARDEF Patches _patches;