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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user