Fixed typo at18108 (FireStorm)

This commit is contained in:
David Anderson 2005-08-30 06:57:41 +00:00
parent dc57ef1e0c
commit 160ab3572b

View File

@ -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[]="" );