1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-28 17:09:10 +00:00

(svn r12366) -Codechange: use MAX_PATH instead hardcoded value

This commit is contained in:
glx
2008-03-14 18:31:37 +00:00
parent 9a96f89646
commit f8bae50bf5

View File

@@ -13,7 +13,7 @@ static struct {
HANDLE wait_obj;
HANDLE thread;
UINT_PTR devid;
char start_song[260];
char start_song[MAX_PATH];
} _midi;
static FMusicDriver_Win32 iFMusicDriver_Win32;