Skip to content

Commit

Permalink
Removed duplicate field in CShotgun save data table. (FWGS#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
malortie authored and tyabus committed Dec 30, 2021
1 parent b81de0f commit ca5f2fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dlls/weapons.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1728,7 +1728,6 @@ TYPEDESCRIPTION CShotgun::m_SaveData[] =
{
DEFINE_FIELD( CShotgun, m_flNextReload, FIELD_TIME ),
DEFINE_FIELD( CShotgun, m_fInSpecialReload, FIELD_INTEGER ),
DEFINE_FIELD( CShotgun, m_flNextReload, FIELD_TIME ),
// DEFINE_FIELD( CShotgun, m_iShell, FIELD_INTEGER ),
DEFINE_FIELD( CShotgun, m_flPumpTime, FIELD_TIME ),
};
Expand Down

0 comments on commit ca5f2fb

Please sign in to comment.