This commit is contained in:
aozhiwei 2021-07-01 05:18:43 +00:00
parent 69cf258168
commit b6a9003514

View File

@ -53,7 +53,6 @@ Human::Human():Creature()
skin.skin_lv = 1;
}
weapons[0] = default_weapon;
SetCurrWeapon(&weapons[0]);
}
Human::~Human()
@ -75,6 +74,7 @@ void Human::Initialize()
}
}
SetMaxHP(GetHP());
SetCurrWeapon(&weapons[0]);
}
float Human::GetSpeed()