fixed entity_set_string to take const strings

This commit is contained in:
Johnny Bergström 2004-03-24 08:53:40 +00:00
parent ca0c0bfce2
commit 5967f7d951

View File

@ -104,7 +104,7 @@ native entity_set_vector(iIndex, iKey, Float:vNewVector[3]);
native entity_get_edict(iIndex, iKey);
native entity_set_edict(iIndex, iKey, iNewIndex);
native entity_get_string(iIndex, iKey, szReturn[], iRetLen);
native entity_set_string(iIndex, iKey, szNewVal[]);
native entity_set_string(iIndex, iKey, const szNewVal[]);
native entity_get_byte(iIndex, iKey);
native entity_set_byte(iIndex, iKey, iVal);