From ee8780966dfae303c523c17ddb773024814e9309 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 17 Mar 2007 23:03:56 +0000 Subject: [PATCH] made another timer parameter default --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40651 --- plugins/include/timers.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/timers.inc b/plugins/include/timers.inc index a3356243..58dd6944 100644 --- a/plugins/include/timers.inc +++ b/plugins/include/timers.inc @@ -67,7 +67,7 @@ funcenum Timer * @param flags Flags to set (such as repeatability or auto-Handle closing). * @return Handle to the timer object. You do not need to call CloseHandle(). */ -native Handle:CreateTimer(Float:interval, Timer:func, {Handle,_}:value, flags=0); +native Handle:CreateTimer(Float:interval, Timer:func, {Handle,_}:value=INVALID_HANDLE, flags=0); /** * Kills a timer. Use this instead of CloseHandle() if you need more options.