Forgot a semicolon

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402021
This commit is contained in:
Matt Woodrow 2008-04-10 05:22:51 +00:00
parent e618900688
commit 8ba1d5e333

View File

@ -128,7 +128,7 @@ native TFClassType:TF2_GetClass(const String:classname[]);
* @param weaponname Classname of the weapon.
* @param result Buffer param for the result of the decision.
*/
forward Action:TF2_CalcIsAttackCritical(client, weapon, String:weaponname[], &bool:result)
forward Action:TF2_CalcIsAttackCritical(client, weapon, String:weaponname[], &bool:result);
/**
* Do not edit below this line!