(svn r23271) -Codechange: don't repeatedly initialise and free the freetype library

This commit is contained in:
rubidium
2011-11-20 08:08:13 +00:00
parent 7f1f23a766
commit c2ea904860
4 changed files with 41 additions and 36 deletions

View File

@@ -303,6 +303,8 @@ static void ShutdownGame()
/* Close all and any open filehandles */
FioCloseAll();
UninitFreeType();
}
/**