From 879952d954259eebc40235346e48a0287f48dc1d Mon Sep 17 00:00:00 2001 From: taw27 Date: Sat, 5 Jul 2008 18:21:56 +0000 Subject: Start landed git-svn-id: svn://cook.msm.cam.ac.uk:745/thrust3d/thrust3d@131 84d2e878-0bd5-11dd-ad15-13eda11d74c5 --- src/game.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/game.c b/src/game.c index 640cda0..8a3edde 100644 --- a/src/game.c +++ b/src/game.c @@ -283,7 +283,8 @@ Game *game_new(int width, int height, GameOptions gameopts) { g->lander = model_instance_new(g->models, "lander", g->render); g->lander->x = 0.0; g->lander->y = 0.0; - g->lander->z = -0.90; + g->lander->z = -4.93; + g->lander->landed = 1; g->lander->yaw = deg2rad(30.0); g->lander->attribs = OBJ_GRAVITY; -- cgit v1.2.3