# HG changeset patch # User rubidium # Date 1200262254 0 # Node ID 99fd64ba8f1cd597e85ef7542e10efb28e672e88 # Parent 7a84582dd43bba20e7dea2df0066f0e80f3ded2e (svn r11842) -Fix: libtimidity.cpp did not compile anymore. diff -r 7a84582dd43b -r 99fd64ba8f1c src/music/libtimidity.cpp --- a/src/music/libtimidity.cpp Sun Jan 13 22:07:33 2008 +0000 +++ b/src/music/libtimidity.cpp Sun Jan 13 22:10:54 2008 +0000 @@ -2,7 +2,7 @@ #include "../stdafx.h" #include "../openttd.h" -#include "../sound.h" +#include "../sound_type.h" #include "../variables.h" #include "../debug.h" #include "libtimidity.h"