From 3c9d3f5ecd4c366369e033ba303dd52a2b32cc9c Mon Sep 17 00:00:00 2001 From: alberth Date: Sat, 24 May 2014 19:13:34 +0000 Subject: (svn r26612) -Add: Method to copy newgrf parameters. --- src/newgrf_config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/newgrf_config.h') diff --git a/src/newgrf_config.h b/src/newgrf_config.h index 906f9620d..e19d8d608 100644 --- a/src/newgrf_config.h +++ b/src/newgrf_config.h @@ -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; -- cgit v1.2.3-54-g00ecf