# HG changeset patch # User Darkvater # Date 1117741169 0 # Node ID 45894b95a9253dfa83c3fe7fe6905c49e3395ba3 # Parent 92a3b0aa09464c1b12b4e47ef0e730eb16b51f72 (svn r2398) - CodeChange: forgot to update unix and os2 specific files as well. diff -r 92a3b0aa0946 -r 45894b95a925 extmidi.c --- a/extmidi.c Thu Jun 02 19:30:21 2005 +0000 +++ b/extmidi.c Thu Jun 02 19:39:29 2005 +0000 @@ -2,7 +2,7 @@ #ifndef __MORPHOS__ #include "stdafx.h" -#include "ttd.h" +#include "openttd.h" #include "hal.h" #include "sound.h" #include "string.h" diff -r 92a3b0aa0946 -r 45894b95a925 os/beos/bemidi.cpp --- a/os/beos/bemidi.cpp Thu Jun 02 19:30:21 2005 +0000 +++ b/os/beos/bemidi.cpp Thu Jun 02 19:39:29 2005 +0000 @@ -1,7 +1,7 @@ #ifdef __BEOS__ #include "stdafx.h" -#include "ttd.h" +#include "openttd.h" #include "hal.h" // BeOS System Includes diff -r 92a3b0aa0946 -r 45894b95a925 os2.c --- a/os2.c Thu Jun 02 19:30:21 2005 +0000 +++ b/os2.c Thu Jun 02 19:39:29 2005 +0000 @@ -1,5 +1,5 @@ #include "stdafx.h" -#include "ttd.h" +#include "openttd.h" #include "window.h" #include "string.h" #include "table/strings.h" diff -r 92a3b0aa0946 -r 45894b95a925 unix.c --- a/unix.c Thu Jun 02 19:30:21 2005 +0000 +++ b/unix.c Thu Jun 02 19:39:29 2005 +0000 @@ -1,5 +1,5 @@ #include "stdafx.h" -#include "ttd.h" +#include "openttd.h" #include "window.h" #include "string.h" #include "table/strings.h"