mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-02-11 14:44:26 +00:00
utils: mdldec: Fix typo.
This commit is contained in:
parent
4bce193645
commit
f2c671d809
@ -331,7 +331,7 @@ static void WriteBodyGroupInfo( FILE *fp )
|
|||||||
|
|
||||||
COM_FileBase( model->name, modelname );
|
COM_FileBase( model->name, modelname );
|
||||||
|
|
||||||
fprintf( fp, "$body \"%s\" \"%s\"\n\n", bodypart->name, model->name );
|
fprintf( fp, "$body \"%s\" \"%s\"\n\n", bodypart->name, modelname );
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user