mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-14 13:10:09 +01: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 );
|
||||
|
||||
fprintf( fp, "$body \"%s\" \"%s\"\n\n", bodypart->name, model->name );
|
||||
fprintf( fp, "$body \"%s\" \"%s\"\n\n", bodypart->name, modelname );
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user