From c2b8702a83c93cca28262606ed610e31fef22947 Mon Sep 17 00:00:00 2001 From: Benoit Bolsee Date: Wed, 1 Oct 2008 21:17:00 +0000 Subject: BGE patch: add frameProp to Ipo actuator (Carsten's request). --- source/blender/makesdna/DNA_actuator_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/makesdna/DNA_actuator_types.h') diff --git a/source/blender/makesdna/DNA_actuator_types.h b/source/blender/makesdna/DNA_actuator_types.h index 0af1ec0a2c7..43dada97d0e 100644 --- a/source/blender/makesdna/DNA_actuator_types.h +++ b/source/blender/makesdna/DNA_actuator_types.h @@ -113,6 +113,7 @@ typedef struct bIpoActuator { short flag, type; int sta, end; char name[32]; + char frameProp[32]; /* Set this property to the actions current frame */ short pad1, cur, butsta, butend; -- cgit v1.2.3