Files
@ r4381:c965d1f3016a
Branch filter:
Location: cpp/openttd-patchpack/source/music.c - annotation
r4381:c965d1f3016a
841 B
text/x-c
(svn r6131) -Codechange : Complete all missing _ttdpatch_flags entries
-Feature : both unifiedmaglevmode are now set.
Maglev and monorail are not allowed to run on each other tracks and will not be.
Setting those flags will allow grfsets as the Norvegian one to be loaded
-Codechange : link the TTDPatch's irregularstations with OTTD's nonuniform_stations
-Codechange : Reformat the whole array (thanks Rubidium, it sure looks better now)
-Feature : both unifiedmaglevmode are now set.
Maglev and monorail are not allowed to run on each other tracks and will not be.
Setting those flags will allow grfsets as the Norvegian one to be loaded
-Codechange : link the TTDPatch's irregularstations with OTTD's nonuniform_stations
-Codechange : Reformat the whole array (thanks Rubidium, it sure looks better now)
r4199:5df85f8a4438 r4120:a593e0a0559d r4120:a593e0a0559d r4120:a593e0a0559d r4120:a593e0a0559d r4120:a593e0a0559d r4120:a593e0a0559d r4120:a593e0a0559d r4120:a593e0a0559d r4120:a593e0a0559d r4120:a593e0a0559d r4120:a593e0a0559d r4120:a593e0a0559d r4120:a593e0a0559d r4120:a593e0a0559d r4120:a593e0a0559d r4120:a593e0a0559d r4120:a593e0a0559d r4120:a593e0a0559d r4120:a593e0a0559d r4120:a593e0a0559d r4120:a593e0a0559d r4120:a593e0a0559d r4120:a593e0a0559d r4120:a593e0a0559d r4120:a593e0a0559d r4120:a593e0a0559d r4120:a593e0a0559d | /* $Id$ */
#include "music.h"
const SongSpecs origin_songs_specs[NUM_SONGS_AVAILABLE] = {
{"gm_tt00.gm", "Tycoon DELUXE Theme"},
{"gm_tt02.gm", "Easy Driver"},
{"gm_tt03.gm", "Little Red Diesel"},
{"gm_tt17.gm", "Cruise Control"},
{"gm_tt07.gm", "Don't Walk!"},
{"gm_tt09.gm", "Fell Apart On Me"},
{"gm_tt04.gm", "City Groove"},
{"gm_tt19.gm", "Funk Central"},
{"gm_tt06.gm", "Stoke It"},
{"gm_tt12.gm", "Road Hog"},
{"gm_tt05.gm", "Aliens Ate My Railway"},
{"gm_tt01.gm", "Snarl Up"},
{"gm_tt18.gm", "Stroll On"},
{"gm_tt10.gm", "Can't Get There From Here"},
{"gm_tt08.gm", "Sawyer's Tune"},
{"gm_tt13.gm", "Hold That Train!"},
{"gm_tt21.gm", "Movin' On"},
{"gm_tt15.gm", "Goss Groove"},
{"gm_tt16.gm", "Small Town"},
{"gm_tt14.gm", "Broomer's Oil Rag"},
{"gm_tt20.gm", "Jammit"},
{"gm_tt11.gm", "Hard Drivin'"},
};
|