X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=vehicle.h;h=06c8be1f9d1301be106921f670931e6ef4c21c54;hb=0a40a20806ec52fc13817fd78a43793de5e32ffa;hp=4caf21cbbc91f1ad15fe553427bda84a674f717d;hpb=d45f2b7d71311ce5ce8cd3496844b4ec7d2f46ac;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/vehicle.h b/vehicle.h index 4caf21c..06c8be1 100644 --- a/vehicle.h +++ b/vehicle.h @@ -1,3 +1,5 @@ + +#define VEHICLE_H #ifndef VEHICLE_H #define VEHICLE_H @@ -292,7 +294,7 @@ VG_STATIC void vehicle_update_post(void) return; rb_debug( &gzoomer.rb, VG__WHITE ); - vg_line( player.phys.rb.co, gzoomer.rb.co, VG__WHITE ); + vg_line( player.rb.co, gzoomer.rb.co, VG__WHITE ); /* draw friction vectors */ v3f p0, px, py;