summaryrefslogtreecommitdiff
path: root/src/depot_base.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-05-12 20:50:10 +0000
committerrubidium <rubidium@openttd.org>2010-05-12 20:50:10 +0000
commit1a5d7b34d8788340f348dc51a3809155b50b2595 (patch)
tree085f25035601ee9209149d209595d593e5baee51 /src/depot_base.h
parente91165ef6e907c7868ecf994c91b16bc9960fbf9 (diff)
downloadopenttd-1a5d7b34d8788340f348dc51a3809155b50b2595.tar.xz
(svn r19801) -Add [FS#3691]: custom naming of depots. Based on work by sbr
Diffstat (limited to 'src/depot_base.h')
-rw-r--r--src/depot_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/depot_base.h b/src/depot_base.h
index 8a7305088..0b05d5418 100644
--- a/src/depot_base.h
+++ b/src/depot_base.h
@@ -20,7 +20,7 @@ extern DepotPool _depot_pool;
struct Depot : DepotPool::PoolItem<&_depot_pool> {
Town *town;
- const char *name;
+ char *name;
TileIndex xy;
uint16 town_cn; ///< The Nth depot for this town (consecutive number)