[Bf-blender-cvs] [32578db] master: Fix bplayer (c).

Bastien Montagne noreply at git.blender.org
Mon Sep 21 17:41:06 CEST 2015


Commit: 32578db1bd099d2a45acbdf22cbf915df3fe80f7
Author: Bastien Montagne
Date:   Mon Sep 21 17:40:50 2015 +0200
Branches: master
https://developer.blender.org/rB32578db1bd099d2a45acbdf22cbf915df3fe80f7

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