From 45d5518b111a3be69c467cbace1a73941b207fad Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 2 May 2007 20:51:28 +0000 Subject: [PATCH] these should be default as the comments imply so --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40731 --- plugins/include/keyvalues.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/keyvalues.inc b/plugins/include/keyvalues.inc index 56ac067f..edfcd6ce 100644 --- a/plugins/include/keyvalues.inc +++ b/plugins/include/keyvalues.inc @@ -43,7 +43,7 @@ enum KvDataTypes * @param firstValue If firstKey is non-empty, specifies the first key's value. * @return A Handle to a new KeyValues structure. */ -native Handle:CreateKeyValues(const String:name[], const String:firstkey[], const String:firstValue[]); +native Handle:CreateKeyValues(const String:name[], const String:firstkey[]="", const String:firstValue[]=""); /** * Sets a string value of a KeyValues key.