savedir/datadir neatened up

This commit is contained in:
Albert Cahalan 2009-11-21 09:44:11 +00:00
parent a9b8f6ea1c
commit dd90d90624
4 changed files with 149 additions and 215 deletions

View file

@ -119,7 +119,11 @@ SDL_Thread *font_thread;
#endif
#ifdef FORKED_FONTS
int no_system_fonts;
#else
int no_system_fonts = 1;
#endif
int all_locale_fonts;
volatile long font_thread_done = 0, font_thread_aborted = 0;
volatile long waiting_for_fonts = 0;