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:
authorChris Want <cwant@ualberta.ca>2003-12-31 07:00:26 +0300
committerChris Want <cwant@ualberta.ca>2003-12-31 07:00:26 +0300
commit9bc012f97cf6085735413a19d1c46ef7bccba75a (patch)
treee754428758de63caf99316eb20be7a503dbb566f /source/blender/makesdna/DNA_world_types.h
parentd8b21b01c38bf2b7007458c221b2c1685d766cfd (diff)
A fix for the missing pad1 bug: henceforth, world->pad1 shall be known as
world->gameEngine (a la tuhopuu).
Diffstat (limited to 'source/blender/makesdna/DNA_world_types.h')
-rw-r--r--source/blender/makesdna/DNA_world_types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_world_types.h b/source/blender/makesdna/DNA_world_types.h
index fd367369bd5..bbe1fa6af19 100644
--- a/source/blender/makesdna/DNA_world_types.h
+++ b/source/blender/makesdna/DNA_world_types.h
@@ -92,6 +92,9 @@ typedef struct World {
short dofsta, dofend, dofmin, dofmax;
+ int physicsEngine;
+ int pad;
+
struct Ipo *ipo;
struct MTex *mtex[8];