forked from mirror/OpenTTD
(svn r25873) -Codechange: Add property for the amount of generated objects upon map creation to default objects
This commit is contained in:
@@ -73,6 +73,7 @@ struct ObjectSpec {
|
||||
uint16 callback_mask; ///< Bitmask of requested/allowed callbacks.
|
||||
uint8 height; ///< The height of this structure, in heightlevels; max MAX_TILE_HEIGHT.
|
||||
uint8 views; ///< The number of views.
|
||||
uint8 generate_amount; ///< Number of objects which are attempted to be generated per 256^2 map during world generation.
|
||||
bool enabled; ///< Is this spec enabled?
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user