From 86a5ace57bde814d6883976c253670370a27132b Mon Sep 17 00:00:00 2001 From: Blixibon Date: Sun, 7 Nov 2021 17:38:59 -0600 Subject: [PATCH] Added proper keyvalue for combine_mine orientation --- sp/src/game/server/hl2/combine_mine.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sp/src/game/server/hl2/combine_mine.cpp b/sp/src/game/server/hl2/combine_mine.cpp index e8e401a4..aa9bdf29 100644 --- a/sp/src/game/server/hl2/combine_mine.cpp +++ b/sp/src/game/server/hl2/combine_mine.cpp @@ -96,6 +96,7 @@ BEGIN_DATADESC( CBounceBomb ) DEFINE_KEYFIELD( m_bCheapWarnSound, FIELD_BOOLEAN, "CheapWarnSound" ), DEFINE_KEYFIELD( m_iLOSMask, FIELD_INTEGER, "LOSMask" ), DEFINE_INPUT( m_bUnavoidable, FIELD_BOOLEAN, "SetUnavoidable" ), + DEFINE_KEYFIELD( m_vecPlantOrientation, FIELD_VECTOR, "PlantOrientation" ), #endif DEFINE_KEYFIELD( m_iModification, FIELD_INTEGER, "Modification" ),