[Bf-blender-cvs] [a41bdb7] blender-v2.76-release: Fix bplayer (c).

Bastien Montagne noreply at git.blender.org
Wed Sep 23 16:12:13 CEST 2015


Commit: a41bdb77d3efacdff7ad6da3ce2e9ac6e62773a1
Author: Bastien Montagne
Date:   Mon Sep 21 17:40:50 2015 +0200
Branches: blender-v2.76-release
https://developer.blender.org/rBa41bdb77d3efacdff7ad6da3ce2e9ac6e62773a1

Fix bplayer (c).

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

M	source/blenderplayer/bad_level_call_stubs/stubs.c

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

diff --git a/source/blenderplayer/bad_level_call_stubs/stubs.c b/source/blenderplayer/bad_level_call_stubs/stubs.c
index 657a1c5..6d6489d 100644
--- a/source/blenderplayer/bad_level_call_stubs/stubs.c
+++ b/source/blenderplayer/bad_level_call_stubs/stubs.c
@@ -629,6 +629,7 @@ void RE_engine_frame_set(struct RenderEngine *engine, int frame, float subframe)
 void RE_FreePersistentData(void) RET_NONE
 void RE_sample_point_density(struct Scene *scene, struct PointDensity *pd, int resolution, float *values) RET_NONE;
 void RE_instance_get_particle_info(struct ObjectInstanceRen *obi, float *index, float *age, float *lifetime, float co[3], float *size, float vel[3], float angvel[3]) RET_NONE
+void RE_FreeAllPersistentData(void) RET_NONE
 
 /* python */
 struct wmOperatorType *WM_operatortype_find(const char *idname, bool quiet) RET_NULL




More information about the Bf-blender-cvs mailing list