aboutsummaryrefslogtreecommitdiff
path: root/sp/src/game/shared/props_shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'sp/src/game/shared/props_shared.h')
-rw-r--r--sp/src/game/shared/props_shared.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sp/src/game/shared/props_shared.h b/sp/src/game/shared/props_shared.h
index ee849ed2..c63cb212 100644
--- a/sp/src/game/shared/props_shared.h
+++ b/sp/src/game/shared/props_shared.h
@@ -227,6 +227,7 @@ struct breakablepropparams_t
impactEnergyScale = 0;
defBurstScale = 0;
defCollisionGroup = COLLISION_GROUP_NONE;
+ nDefaultSkin = 0;
}
const Vector &origin;
@@ -236,6 +237,7 @@ struct breakablepropparams_t
float impactEnergyScale;
float defBurstScale;
int defCollisionGroup;
+ int nDefaultSkin;
};
const char *GetMassEquivalent(float flMass);