diff options
author | truelight <truelight@openttd.org> | 2006-08-22 15:39:22 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2006-08-22 15:39:22 +0000 |
commit | a4d7fa19c7164d2cc7b8d9cc975cc5463f5de694 (patch) | |
tree | 81dc6dd4513c669e4daf6e8fc79625476ba4a10d /depot.h | |
parent | 0461d896123b918b492a3d16439bb46b041528cd (diff) | |
download | openttd-a4d7fa19c7164d2cc7b8d9cc975cc5463f5de694.tar.xz |
(svn r6048) -Codechange: all InitializeXXX are plural, just not Depot
Diffstat (limited to 'depot.h')
-rw-r--r-- | depot.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |