mirror of https://github.com/OpenTTD/OpenTTD
(svn r3458) -Fix: forgot one instance in last commit
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