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.c | |
parent | 0461d896123b918b492a3d16439bb46b041528cd (diff) | |
download | openttd-a4d7fa19c7164d2cc7b8d9cc975cc5463f5de694.tar.xz |
(svn r6048) -Codechange: all InitializeXXX are plural, just not Depot
Diffstat (limited to 'depot.c')
-rw-r--r-- | depot.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ void DoDeleteDepot(TileIndex tile) DeleteWindowById(WC_VEHICLE_DEPOT, tile); } -void InitializeDepot(void) +void InitializeDepots(void) { CleanPool(&_depot_pool); AddBlockToPool(&_depot_pool); |