mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-16 00:42:45 +01: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