From 0061b5f1842776ff4d69bf9f3bcdfb348b2f5a76 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 24 Aug 2011 13:33:49 +0000 Subject: (svn r22822) -Codechange: make a distinction between base sets and newgrfs for their directory --- src/base_media_base.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/base_media_base.h') diff --git a/src/base_media_base.h b/src/base_media_base.h index e0c02887d..f83d644ca 100644 --- a/src/base_media_base.h +++ b/src/base_media_base.h @@ -198,7 +198,7 @@ enum GraphicsFileType { }; /** All data of a graphics set. */ -struct GraphicsSet : BaseSet { +struct GraphicsSet : BaseSet { PaletteType palette; ///< Palette of this graphics set bool FillSetDetails(struct IniFile *ini, const char *path, const char *full_filename); @@ -210,7 +210,7 @@ public: }; /** All data of a sounds set. */ -struct SoundsSet : BaseSet { +struct SoundsSet : BaseSet { }; /** All data/functions related with replacing the base sounds */ -- cgit v1.2.3-70-g09d2