fixed a native prototype

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401621
This commit is contained in:
Borja Ferrer 2007-10-20 23:47:15 +00:00
parent 871f27c858
commit c5391ecb5e

View File

@ -248,10 +248,11 @@ native GetTeamScore(index);
* Sets the score of a team based on a team index.
*
* @param index Team index.
* @param value New score value.
* @return Score.
* @error Invalid team index.
*/
native SetTeamScore(index);
native SetTeamScore(index, value);
/**
* Retrieves the number of players in a certain team.