From a86d6821e319c448d2bae32b5d771c9410bde784 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 23 Jan 2008 17:06:33 +0000 Subject: [PATCH] fixed improper default parameter --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401866 --- plugins/include/sdktools_trace.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/include/sdktools_trace.inc b/plugins/include/sdktools_trace.inc index b9a0b82b..32d9face 100644 --- a/plugins/include/sdktools_trace.inc +++ b/plugins/include/sdktools_trace.inc @@ -268,4 +268,5 @@ native TR_GetHitGroup(Handle:hndl=INVALID_HANDLE); * @noreturn * @error Invalid Handle */ -native TR_GetPlaneNormal(Handle:hndl=INVALID_HANDLE, Float:normal[3]); +native TR_GetPlaneNormal(Handle:hndl, Float:normal[3]); +