forked from mirror/OpenTTD
(svn r25868) -Fix (r25650): Initialization of default objects swapped costs and dates
This commit is contained in:
@@ -52,7 +52,10 @@ enum ObjectClassID {
|
||||
/** Allow incrementing of ObjectClassID variables */
|
||||
DECLARE_POSTFIX_INCREMENT(ObjectClassID)
|
||||
|
||||
/** An object that isn't use for transport, industries or houses. */
|
||||
/** An object that isn't use for transport, industries or houses.
|
||||
* @note If you change this struct, adopt the initialization of
|
||||
* default objects in table/object_land.h
|
||||
*/
|
||||
struct ObjectSpec {
|
||||
/* 2 because of the "normal" and "buy" sprite stacks. */
|
||||
GRFFilePropsBase<2> grf_prop; ///< Properties related the the grf file
|
||||
|
Reference in New Issue
Block a user