mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
utils: mdldec: Fix typo.
This commit is contained in:
committed by
Alibek Omarov
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user