[Bf-blender-cvs] [23a79c4] master: BGE Player: Fix compilation error after cleanup commit da8a62a

Sergey Sharybin noreply at git.blender.org
Mon May 4 11:39:19 CEST 2015


Commit: 23a79c42b5efce2c0d1aa27bd01751380ca9fb41
Author: Sergey Sharybin
Date:   Mon May 4 14:38:46 2015 +0500
Branches: master
https://developer.blender.org/rB23a79c42b5efce2c0d1aa27bd01751380ca9fb41

BGE Player: Fix compilation error after cleanup commit da8a62a

===================================================================

M	source/gameengine/GamePlayer/ghost/GPG_ghost.cpp

===================================================================

diff --git a/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp b/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp
index a4c9472..9e5b146 100644
--- a/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp
+++ b/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp
@@ -519,7 +519,7 @@ int main(int argc, char** argv)
 
 	BKE_sound_init_once();
 
-	set_free_windowmanager_cb(wm_free);
+	BKE_library_callback_free_window_manager_set(wm_free);
 
 	/* if running blenderplayer the last argument can't be parsed since it has to be the filename. else it is bundled */
 	isBlenderPlayer = !BLO_is_a_runtime(argv[0]);




More information about the Bf-blender-cvs mailing list