forked from mirror/OpenTTD
(svn r22406) -Document: some more "random-ish" tidbits
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
|
||||
#include "table/strings.h"
|
||||
|
||||
/** The pool of stations. */
|
||||
StationPool _station_pool("Station");
|
||||
INSTANTIATE_POOL_METHODS(Station)
|
||||
|
||||
@@ -275,8 +276,8 @@ Rect Station::GetCatchmentRect() const
|
||||
|
||||
/** Rect and pointer to IndustryVector */
|
||||
struct RectAndIndustryVector {
|
||||
Rect rect;
|
||||
IndustryVector *industries_near;
|
||||
Rect rect; ///< The rectangle to search the industries in.
|
||||
IndustryVector *industries_near; ///< The nearby industries.
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user