From c25053d1d2cd386156817a4df37c3e7c0fc17f2f Mon Sep 17 00:00:00 2001 From: Blixibon Date: Fri, 10 Dec 2021 15:07:16 -0600 Subject: [PATCH] Fixed a typo --- sp/src/game/server/hl2/weapon_ar2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }