mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-08 21:31:46 +08:00
Apply 4344 update
This commit is contained in:
@@ -2195,6 +2195,9 @@ static void Mod_LoadSurfaces( dbspmodel_t *bmod )
|
||||
if( !Q_strncmp( tex->name, "scroll", 6 ))
|
||||
SetBits( out->flags, SURF_CONVEYOR );
|
||||
|
||||
if( FBitSet( out->texinfo->flags, TEX_SCROLL ))
|
||||
SetBits( out->flags, SURF_CONVEYOR );
|
||||
|
||||
// g-cont. added a combined conveyor-transparent
|
||||
if( !Q_strncmp( tex->name, "{scroll", 7 ))
|
||||
SetBits( out->flags, SURF_CONVEYOR|SURF_TRANSPARENT );
|
||||
|
||||
Reference in New Issue
Block a user