summaryrefslogtreecommitdiff
path: root/src/depot.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-05-02 17:42:12 +0000
committerrubidium <rubidium@openttd.org>2011-05-02 17:42:12 +0000
commitfb5ecb94992e7febf4bc059cb6ec4a51f50c66b0 (patch)
tree87956636c318baa8d5d8d62f13263c4f64dbe881 /src/depot.cpp
parent4d5dbf51707c42c24eeafdb65016b079c54adcf2 (diff)
downloadopenttd-fb5ecb94992e7febf4bc059cb6ec4a51f50c66b0.tar.xz
(svn r22411) -Document: another bunch of bits
Diffstat (limited to 'src/depot.cpp')
-rw-r--r--src/depot.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/depot.cpp b/src/depot.cpp
index e09179b69..4fb69c8e3 100644
--- a/src/depot.cpp
+++ b/src/depot.cpp
@@ -18,6 +18,7 @@
#include "vehicle_gui.h"
#include "vehiclelist.h"
+/** All our depots tucked away in a pool. */
DepotPool _depot_pool("Depot");
INSTANTIATE_POOL_METHODS(Depot)