From e956248f29e54f8a2312e234f1bb74ae8d1d7cc6 Mon Sep 17 00:00:00 2001 From: Matt Woodrow Date: Thu, 10 Apr 2008 05:22:36 +0000 Subject: [PATCH] Forgot a semicolon --HG-- branch : sourcemod-1.0.x extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/branches/sourcemod-1.0.x%402020 --- plugins/include/tf2.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/tf2.inc b/plugins/include/tf2.inc index 1417cf47..ff4aad92 100644 --- a/plugins/include/tf2.inc +++ b/plugins/include/tf2.inc @@ -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!