[Bf-blender-cvs] [2f8de50] master: Fix another player stub after type change

Jens Verwiebe noreply at git.blender.org
Mon Feb 3 11:56:12 CET 2014


Commit: 2f8de5075de6ca77c05b7f521bd4830a3fccdcdc
Author: Jens Verwiebe
Date:   Mon Feb 3 11:55:55 2014 +0100
https://developer.blender.org/rB2f8de5075de6ca77c05b7f521bd4830a3fccdcdc

Fix another player stub after type change

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

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 86d1a38..faef0ee 100644
--- a/source/blenderplayer/bad_level_call_stubs/stubs.c
+++ b/source/blenderplayer/bad_level_call_stubs/stubs.c
@@ -364,7 +364,7 @@ struct EditMesh;
 
 struct FCurve *verify_fcurve(struct bAction *act, const char group[], struct PointerRNA *ptr, const char rna_path[], const int array_index, short add) RET_NULL
 int insert_vert_fcurve(struct FCurve *fcu, float x, float y, short flag) RET_ZERO
-void delete_fcurve_key(struct FCurve *fcu, int index, short do_recalc) RET_NONE
+void delete_fcurve_key(struct FCurve *fcu, int index, bool do_recalc) RET_NONE
 struct KeyingSetInfo *ANIM_keyingset_info_find_name (const char name[]) RET_NULL
 struct KeyingSet *ANIM_scene_get_active_keyingset (struct Scene *scene) RET_NULL
 int ANIM_scene_get_keyingset_index(struct Scene *scene, struct KeyingSet *ks) RET_ZERO




More information about the Bf-blender-cvs mailing list