aboutsummaryrefslogtreecommitdiff
path: root/src/game.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.c')
-rw-r--r--src/game.c3
1 files changed, 2 insertions, 1 deletions
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;