Skip to content

Commit

Permalink
Fix env_smoker save-restore
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeSlave committed Sep 7, 2024
1 parent eb9ac1d commit 3cb6651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlls/gargantua.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1727,7 +1727,7 @@ LINK_ENTITY_TO_CLASS( env_smoker, CSmoker )
TYPEDESCRIPTION CSmoker::m_SaveData[] =
{
DEFINE_FIELD( CSmoker, m_iszPosition, FIELD_STRING ),
DEFINE_FIELD( CSmoker, m_iszDirection, FIELD_EHANDLE ),
DEFINE_FIELD( CSmoker, m_iszDirection, FIELD_STRING ),
DEFINE_FIELD( CSmoker, m_hActivator, FIELD_EHANDLE ),
};

Expand Down

0 comments on commit 3cb6651

Please sign in to comment.