From 15f671279df2696aad13aca3d431ee4a988694f3 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 14 Nov 2011 19:24:22 +0000 Subject: (svn r23214) -Codechange: for base media sets pass the "search in tars" parameter to determine what to do --- src/music.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/music.cpp') diff --git a/src/music.cpp b/src/music.cpp index de642cc30..55599a947 100644 --- a/src/music.cpp +++ b/src/music.cpp @@ -27,8 +27,8 @@ static const char * const _music_file_names[] = { /** Make sure we aren't messing things up. */ assert_compile(lengthof(_music_file_names) == NUM_SONGS_AVAILABLE); -template -/* static */ const char * const *BaseSet::file_names = _music_file_names; +template +/* static */ const char * const *BaseSet::file_names = _music_file_names; template /* static */ const char *BaseMedia::GetExtension() @@ -60,7 +60,7 @@ template bool MusicSet::FillSetDetails(IniFile *ini, const char *path, const char *full_filename) { - bool ret = this->BaseSet::FillSetDetails(ini, path, full_filename); + bool ret = this->BaseSet::FillSetDetails(ini, path, full_filename); if (ret) { this->num_available = 0; IniGroup *names = ini->GetGroup("names"); -- cgit v1.2.3-54-g00ecf