Changeset - r18196:de9b8510245e
[Not reviewed]
master
0 1 0
rubidium - 13 years ago 2011-10-16 19:59:07
rubidium@openttd.org
(svn r23035) -Fix (r23034): compile failure
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/music_gui.cpp
Show inline comments
 
@@ -82,7 +82,7 @@ static byte * const _playlists[] = {
 
 * @param playlist The playlist to validate.
 
 * @param last The last location in the list.
 
 */
 
void ValidatePlaylist(byte *playlist, const byte *last)
 
void ValidatePlaylist(byte *playlist, byte *last)
 
{
 
	while (*playlist != 0 && playlist <= last) {
 
		/* Song indices are saved off-by-one so 0 is "nothing". */
0 comments (0 inline, 0 general)