mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-06-24 14:09:33 +01:00
(svn r3458) -Fix: forgot one instance in last commit
This commit is contained in:
parent
0d010c97e6
commit
0bcdd910f9
2
sdl.c
2
sdl.c
@ -64,7 +64,7 @@ static const char *LoadSdlDLL(void)
|
|||||||
{
|
{
|
||||||
if (sdl_proc.SDL_Init != NULL)
|
if (sdl_proc.SDL_Init != NULL)
|
||||||
return NULL;
|
return NULL;
|
||||||
if (!LoadLibraryList((Function*)&sdl_proc, sdl_files))
|
if (!LoadLibraryList((Function *)(void *)&sdl_proc, sdl_files))
|
||||||
return "Unable to load sdl.dll";
|
return "Unable to load sdl.dll";
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user