Changed font sizes for Mac-specific builds.

This commit is contained in:
Martin Fuhrer 2005-11-30 03:54:08 +00:00
parent 659b29cb68
commit 1387f56e5e

View file

@ -8737,7 +8737,11 @@ static void setup(int argc, char * argv[])
small_font = TTF_OpenFont(DATA_PREFIX "fonts/default_font.ttf",
#ifdef __APPLE__
12 - (only_uppercase * 2));
#else
13 - (only_uppercase * 2));
#endif
if (small_font == NULL)
{