summaryrefslogtreecommitdiff
path: root/depot.h
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2006-08-22 15:39:22 +0000
committertruelight <truelight@openttd.org>2006-08-22 15:39:22 +0000
commita4d7fa19c7164d2cc7b8d9cc975cc5463f5de694 (patch)
tree81dc6dd4513c669e4daf6e8fc79625476ba4a10d /depot.h
parent0461d896123b918b492a3d16439bb46b041528cd (diff)
downloadopenttd-a4d7fa19c7164d2cc7b8d9cc975cc5463f5de694.tar.xz
(svn r6048) -Codechange: all InitializeXXX are plural, just not Depot
Diffstat (limited to 'depot.h')
-rw-r--r--depot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/depot.h b/depot.h
index 9eda09bad..4d79e179e 100644
--- a/depot.h
+++ b/depot.h
@@ -110,7 +110,7 @@ static inline bool CanBuildDepotByTileh(uint32 direction, Slope tileh)
Depot *GetDepotByTile(TileIndex tile);
-void InitializeDepot(void);
+void InitializeDepots(void);
Depot *AllocateDepot(void);
void DoDeleteDepot(TileIndex tile);