Added missing arg to load_user_fonts() (should get Win32 to build).
This commit is contained in:
parent
7494843663
commit
9bc838bade
1 changed files with 1 additions and 1 deletions
|
|
@ -6135,7 +6135,7 @@ static void load_stamps(SDL_Surface * screen)
|
||||||
#ifndef FORKED_FONTS
|
#ifndef FORKED_FONTS
|
||||||
static int load_user_fonts_stub(void *vp)
|
static int load_user_fonts_stub(void *vp)
|
||||||
{
|
{
|
||||||
return load_user_fonts(screen, vp);
|
return load_user_fonts(screen, vp, NULL);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue