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:
authorXiao Xiangquan <xiaoxiangquan@gmail.com>2011-08-07 15:50:48 +0400
committerXiao Xiangquan <xiaoxiangquan@gmail.com>2011-08-07 15:50:48 +0400
commit16deef9e79721d3525244eaef11190b5ff0fd58b (patch)
treee40cbbe9bdca18ef7f27fdf1d3d6ea5241af6b4b /source/gameengine/GamePlayer/ghost/GPG_ghost.cpp
parent79656a65e0abc4740f0d87232b09a1172e22bfdd (diff)
small fix of building rules
Diffstat (limited to 'source/gameengine/GamePlayer/ghost/GPG_ghost.cpp')
-rw-r--r--source/gameengine/GamePlayer/ghost/GPG_ghost.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp b/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp
index 42856a3dad2..9b383f5e935 100644
--- a/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp
+++ b/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp
@@ -104,6 +104,7 @@ extern char datatoc_bfont_ttf[];
#include "BKE_utildefines.h"
#include "RNA_define.h"
+#include "RNA_access.h"
#ifdef WIN32
#include <windows.h>
@@ -412,7 +413,7 @@ int main(int argc, char** argv)
BLF_lang_set("");
RNA_init();
- RNA_structs_gettexted()
+ RNA_types_init_gettext();
init_nodesystem();