(svn r18603) -Codechange: move getting the song name to music_gui.cpp
This commit is contained in:
@@ -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? */
|
||||
|
Reference in New Issue
Block a user