Skip to content

Commit c25053d

Browse files
committed
Fixed a typo
1 parent 483abff commit c25053d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sp/src/game/server/hl2/weapon_ar2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ acttable_t *GetAR2Acttable()
197197
return CWeaponAR2::m_acttable;
198198
}
199199

200-
int GetSAR2ActtableCount()
200+
int GetAR2ActtableCount()
201201
{
202202
return ARRAYSIZE(CWeaponAR2::m_acttable);
203203
}

0 commit comments

Comments
 (0)