Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2011-09-20 18:07:40 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2011-09-20 18:07:40 +0400
commit07ed73caee6d933014c0b3c7f98b5ef8376c8724 (patch)
treef23641dd6bedf457265eaf400fcd04dcf1050971 /source/gameengine/GamePlayer/ghost/GPG_ghost.cpp
parentf0aac81466bb5b3a935d74d3a35b545002b0451b (diff)
- Fix for compiling without international support
- Enable international support for win64 msvc by default
Diffstat (limited to 'source/gameengine/GamePlayer/ghost/GPG_ghost.cpp')
-rw-r--r--source/gameengine/GamePlayer/ghost/GPG_ghost.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp b/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp
index eee27ca0790..726a1d4119a 100644
--- a/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp
+++ b/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp
@@ -998,7 +998,11 @@ int main(int argc, char** argv)
// Cleanup
RNA_exit();
BLF_exit();
+
+#ifdef INTERNATIONAL
BLF_free_unifont();
+#endif
+
IMB_exit();
free_nodesystem();