X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=vehicle.h;h=bdd12f02329cfe6169912ccb9fe89e3bb5a53de0;hb=6e6c7f31b8f17af3814727109e48fc6f85ef04b1;hp=74408e438e0f9e43637677b528fe6502f8250a13;hpb=22f62f001f21d1b91fefd9fc495c122d9ddf205a;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/vehicle.h b/vehicle.h index 74408e4..bdd12f0 100644 --- a/vehicle.h +++ b/vehicle.h @@ -37,7 +37,8 @@ struct drivable_vehicle } static gzoomer = { - .obj = { .type = k_rb_shape_sphere, .inf.sphere.radius = 1.0f } + .obj = { .type = k_rb_shape_sphere, .inf.sphere.radius = 1.0f, + .rb.co = {-2000,-2000,-2000}} }; static int spawn_car( int argc, const char *argv[] );