Skip to content

Commit 3cb6651

Browse files
committed
Fix env_smoker save-restore
1 parent eb9ac1d commit 3cb6651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dlls/gargantua.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1727,7 +1727,7 @@ LINK_ENTITY_TO_CLASS( env_smoker, CSmoker )
17271727
TYPEDESCRIPTION CSmoker::m_SaveData[] =
17281728
{
17291729
DEFINE_FIELD( CSmoker, m_iszPosition, FIELD_STRING ),
1730-
DEFINE_FIELD( CSmoker, m_iszDirection, FIELD_EHANDLE ),
1730+
DEFINE_FIELD( CSmoker, m_iszDirection, FIELD_STRING ),
17311731
DEFINE_FIELD( CSmoker, m_hActivator, FIELD_EHANDLE ),
17321732
};
17331733

0 commit comments

Comments
 (0)