Fixed documentation typo on TF2_GetPlayerClass (bug 3608, r=dvander).

This commit is contained in:
Milo 2009-02-07 22:05:04 -05:00
parent 36bd6423c2
commit 3ab1ef139f

View File

@ -86,8 +86,7 @@ static const String:TFResourceNames[TFResourceType][] =
* Get's a Clients current class. * Get's a Clients current class.
* *
* @param client Player's index. * @param client Player's index.
* @param class TFClassType to change to. * @return Current TFClassType of player.
* @noreturn
* @error Invalid client index. * @error Invalid client index.
*/ */
stock TFClassType:TF2_GetPlayerClass(client) stock TFClassType:TF2_GetPlayerClass(client)
@ -217,3 +216,4 @@ stock TF2_RemoveAllWeapons(client)
TF2_RemoveWeaponSlot(client, i); TF2_RemoveWeaponSlot(client, i);
} }
} }