mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-11 14:42:05 +08:00
utils: mdldec: qc.c: always put $flags keyword with value.
This commit is contained in:
committed by
Alibek Omarov
parent
a205a3e878
commit
a575605c75
+1
-6
@@ -610,12 +610,7 @@ void WriteQCScript( void )
|
||||
if( !model_hdr->numtextures )
|
||||
fputs( "$externaltextures\n", fp );
|
||||
|
||||
if( model_hdr->flags != 0 )
|
||||
{
|
||||
fprintf( fp, "$flags %i\n", model_hdr->flags );
|
||||
|
||||
printf( "WARNING: This model uses the $flags keyword set to %i\n", model_hdr->flags );
|
||||
}
|
||||
fprintf( fp, "$flags %i\n", model_hdr->flags );
|
||||
|
||||
fputs( "\n", fp );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user