(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 5638eaa307
commit 542c61397c
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();
}
/**