(svn r18603) -Codechange: move getting the song name to music_gui.cpp

This commit is contained in:
rubidium
2009-12-22 18:34:07 +00:00
parent b0603f4c2e
commit ade9773080
4 changed files with 18 additions and 17 deletions

View File

@@ -18,7 +18,6 @@
#include "waypoint_base.h"
#include "industry.h"
#include "newgrf_text.h"
#include "music.h"
#include "fileio_func.h"
#include "group.h"
#include "signs_base.h"
@@ -1200,9 +1199,6 @@ static char *GetSpecialNameString(char *buff, int ind, int64 *argv, const char *
case 3: // President name
return GenPresidentName(buff, GetInt32(&argv), last);
case 4: // song names
return strecpy(buff, _origin_songs_specs[GetInt32(&argv) - 1].song_name, last);
}
/* town name? */