Mercurial > mm7
changeset 1022:83be083ab25e
m
author | Gloval |
---|---|
date | Tue, 21 May 2013 08:54:05 +0400 |
parents | 67e33708d815 |
children | 6afa77761a00 |
files | Player.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Player.h Tue May 21 08:53:43 2013 +0400 +++ b/Player.h Tue May 21 08:54:05 2013 +0400 @@ -525,7 +525,7 @@ enum CHARACTER_RACE GetRace(); PLAYER_SEX GetSexByVoice(); void SetInitialStats(); - int SetSexByVoice(); + void SetSexByVoice(); void Reset(PLAYER_CLASS_TYPE classType); PLAYER_SKILL_TYPE GetSkillIdxByOrder(signed int order); void DecreaseAttribute(int eAttribute);