diff --git a/sp/src/game/server/hl2/weapon_ar2.cpp b/sp/src/game/server/hl2/weapon_ar2.cpp index 1a3a1633..6e7d4cac 100644 --- a/sp/src/game/server/hl2/weapon_ar2.cpp +++ b/sp/src/game/server/hl2/weapon_ar2.cpp @@ -197,7 +197,7 @@ acttable_t *GetAR2Acttable() return CWeaponAR2::m_acttable; } -int GetSAR2ActtableCount() +int GetAR2ActtableCount() { return ARRAYSIZE(CWeaponAR2::m_acttable); }