Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2010-02-06 09:21:42 +0300
committerDalai Felinto <dfelinto@gmail.com>2010-02-06 09:21:42 +0300
commitb2926cf8e2e80cb459b2b051730b97c545c28e0d (patch)
treeb75ae7af2c14634d10e2cfb274f47c78710ec5a9 /source/blender/makesdna/DNA_actuator_types.h
parent443d913f72c15c9933e6da79c2e9f629d3e3a006 (diff)
BGE: rna update for Logic Bricks
New Actuators done: * SCENE * RANDOM * MESSAGE * GAME * VISIBILITY * TWODFILTER * PARENT Actuators to be done: * OBJECT (aka MOTION) * SOUND * PROPERTY * CONSTRAINT * EDIT_OBJECT * ACTION * SHAPE_ACTION * STATE * ARMATURE Actuators done already: * IPO * CAMERA once again: feedback is appreciated.
Diffstat (limited to 'source/blender/makesdna/DNA_actuator_types.h')
-rw-r--r--source/blender/makesdna/DNA_actuator_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_actuator_types.h b/source/blender/makesdna/DNA_actuator_types.h
index 01d75064d2e..312187d3d5f 100644
--- a/source/blender/makesdna/DNA_actuator_types.h
+++ b/source/blender/makesdna/DNA_actuator_types.h
@@ -86,7 +86,7 @@ typedef struct bEditObjectActuator {
} bEditObjectActuator;
typedef struct bSceneActuator {
- short type, flag;
+ short type, pad1;
int pad;
struct Scene *scene;
struct Object *camera;