(svn r26612) -Add: Method to copy newgrf parameters.
This commit is contained in:
@@ -177,6 +177,8 @@ struct GRFConfig : ZeroedMemoryAllocator {
|
||||
|
||||
struct GRFConfig *next; ///< NOSAVE: Next item in the linked list
|
||||
|
||||
void CopyParams(const GRFConfig &src);
|
||||
|
||||
bool IsOpenTTDBaseGRF() const;
|
||||
|
||||
const char *GetTextfile(TextfileType type) const;
|
||||
|
Reference in New Issue
Block a user