From 160ab3572ba99da896f90f6f242abac80cb253b1 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 30 Aug 2005 06:57:41 +0000 Subject: [PATCH] Fixed typo at18108 (FireStorm) --- plugins/include/dodfun.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/include/dodfun.inc b/plugins/include/dodfun.inc index be77ec48..709a3764 100755 --- a/plugins/include/dodfun.inc +++ b/plugins/include/dodfun.inc @@ -131,7 +131,7 @@ enum CA_VALUE { }; /* use this function to get info about specified control point's area */ -native area_get_data( index, CP_VALUE:key, szValue[]="", len=0 ); +native area_get_data( index, CA_VALUE:key, szValue[]="", len=0 ); /* use this function to change control point's area data */ -native area_set_data( index, CP_VALUE:key , iValue=-1, szValue[]="" ); +native area_set_data( index, CA_VALUE:key , iValue=-1, szValue[]="" );