Added missing arg to load_user_fonts() (should get Win32 to build).

This commit is contained in:
William Kendrick 2009-06-07 04:33:41 +00:00
parent 7494843663
commit 9bc838bade

View file

@ -6135,7 +6135,7 @@ static void load_stamps(SDL_Surface * screen)
#ifndef FORKED_FONTS
static int load_user_fonts_stub(void *vp)
{
return load_user_fonts(screen, vp);
return load_user_fonts(screen, vp, NULL);
}
#endif