forked from mirror/OpenTTD
(svn r3458) -Fix: forgot one instance in last commit
This commit is contained in:
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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user