Fix: Player compil err

This commit is contained in:
Crom (Thibaut CHARLES) 2015-03-05 16:13:25 +01:00
parent 366994d156
commit c8e306939c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ public class Player : MonoBehaviour {
public void DebugInfo() {
Debug.Log(charname+" is a "+GetRoleName()+" with "+hp.ToString()+" hit points");
Debug.Log(charname+" is a "+Rdb.GetStrRef(rolename_strref)+" with "+hp.ToString()+" hit points");
}
void SetCharacter(int _charID){