mirror of https://github.com/OpenTTD/OpenTTD
(svn r14484) -Fix (r10182) [FS#2358]: Obiwan dislikes music. (Patch by Yexo)
parent
2001d127b8
commit
63a9ddeb77
|
@ -114,7 +114,7 @@ static void SelectSongToPlay()
|
||||||
do {
|
do {
|
||||||
/* We are now checking for the existence of that file prior
|
/* We are now checking for the existence of that file prior
|
||||||
* to add it to the list of available songs */
|
* to add it to the list of available songs */
|
||||||
if (FioCheckFileExists(origin_songs_specs[_playlists[msf.playlist][i]].filename, GM_DIR)) {
|
if (FioCheckFileExists(origin_songs_specs[_playlists[msf.playlist][i] - 1].filename, GM_DIR)) {
|
||||||
_cur_playlist[j] = _playlists[msf.playlist][i];
|
_cur_playlist[j] = _playlists[msf.playlist][i];
|
||||||
j++;
|
j++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue