X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=skeleton.h;h=d74e6608d0129f796f0eaf0a5a23021046d9dc38;hb=0c3ef87e654d436e0cad5f5b40f3631ae26ab649;hp=dc8342b9637c5078c2a9b6ee09d1f9ea27935ce5;hpb=b4c9550f206c476bb38b0bb2855d35e6b31bee83;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/skeleton.h b/skeleton.h index dc8342b..d74e660 100644 --- a/skeleton.h +++ b/skeleton.h @@ -61,6 +61,7 @@ static u32 skeleton_bone_id( struct skeleton *skele, const char *name ) if( !strcmp( skele->bones[i].name, name )) return i; } + return 0; }