aboutsummaryrefslogtreecommitdiff
path: root/mp/src/game/shared/props_shared.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mp/src/game/shared/props_shared.cpp')
-rw-r--r--mp/src/game/shared/props_shared.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mp/src/game/shared/props_shared.cpp b/mp/src/game/shared/props_shared.cpp
index 7cf4489b..6d0f9209 100644
--- a/mp/src/game/shared/props_shared.cpp
+++ b/mp/src/game/shared/props_shared.cpp
@@ -1323,7 +1323,7 @@ CBaseEntity *CreateGibsFromList( CUtlVector<breakmodel_t> &list, int modelindex,
if ( !pCollide )
return NULL;
- int nSkin = 0;
+ int nSkin = params.nDefaultSkin;
CBaseEntity *pOwnerEntity = pEntity;
CBaseAnimating *pOwnerAnim = NULL;
if ( pPhysics )