aboutsummaryrefslogtreecommitdiff
path: root/src/model.c
diff options
context:
space:
mode:
authortaw27 <taw27@84d2e878-0bd5-11dd-ad15-13eda11d74c5>2008-05-28 22:41:17 +0000
committertaw27 <taw27@84d2e878-0bd5-11dd-ad15-13eda11d74c5>2008-05-28 22:41:17 +0000
commite80ac8222e7ab6c32f8deda483d6cfc661b5b751 (patch)
tree6d44fef6b8d986f1fe9233e17885c041019c6868 /src/model.c
parent0013c4e06b805e07359188cb0bd06ffb9e33dd8f (diff)
Collision response - make it possible to land
git-svn-id: svn://cook.msm.cam.ac.uk:745/thrust3d/thrust3d@52 84d2e878-0bd5-11dd-ad15-13eda11d74c5
Diffstat (limited to 'src/model.c')
-rw-r--r--src/model.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/model.c b/src/model.c
index 30bc289..d182f32 100644
--- a/src/model.c
+++ b/src/model.c
@@ -478,6 +478,7 @@ ModelInstance *model_instance_new(ModelContext *ctx, const char *name, RenderCon
instance->vz = 0.0;
instance->yaw = 0.0;
instance->yawspeed = 0.0;
+ instance->landed = 0.0;
return instance;