X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_routes.c;h=8567cdb7cc580513f120737f6bb78d5a3bf8cf75;hb=73adac381b2c72f08293416a960942dc40db3c7f;hp=56e6e4b6c8bbae9dbcb50e3208a845668385366e;hpb=7b1e8a237acc3121c86fab9b5946da6a8d3bf6c4;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_routes.c b/world_routes.c index 56e6e4b..8567cdb 100644 --- a/world_routes.c +++ b/world_routes.c @@ -178,7 +178,7 @@ VG_STATIC void world_routes_debug( world_instance *world ) { for( u32 i=0; ient_route_node); i++ ){ ent_route_node *rn = mdl_arritm(&world->ent_route_node,i); - vg_line_pt3( rn->co, 0.25f, VG__WHITE ); + vg_line_point( rn->co, 0.25f, VG__WHITE ); } for( u32 i=0; ient_route); i++ ){ @@ -774,7 +774,7 @@ VG_STATIC void world_write_preview( pointcloud_buffer *pcbuf ){ if( world_loader.reg ){ /* Don't want to override the one we get from the workshop */ - if( world_loader.reg->workshop_id ) return; + if( world_loader.reg->alias.workshop_id ) return; addon_get_content_folder( world_loader.reg, &path ); }