X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=vehicle.h;fp=vehicle.h;h=bdd12f02329cfe6169912ccb9fe89e3bb5a53de0;hb=2c91a71533b4ce86b9e7fd708420ae05c74d8f52;hp=74408e438e0f9e43637677b528fe6502f8250a13;hpb=d27f8a570e5cfad1974b4be303888e17ff846406;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[] );