bugfix to face type

This commit is contained in:
darkrose 2014-10-25 16:03:17 +10:00
parent ba20f2ee56
commit de1ea03df9
3 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 1022 B

After

Width:  |  Height:  |  Size: 1022 B

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -306,7 +306,7 @@ std::string Player::getSkin()
std::string tex = "";
tex += std::string("skins")+DIR_DELIM+"skintone_"+skintone+"_"+gender+".png";
tex += std::string("^skins")+DIR_DELIM+"face_"+face+"_"+gender+".png";
tex += std::string("^skins")+DIR_DELIM+"face_"+face+"_"+skintone+"_"+gender+".png";
tex += std::string("^skins")+DIR_DELIM+"eyes_"+eyes+".png";
tex += std::string("^skins")+DIR_DELIM+"hair_"+hair+"_"+hairtone+"_"+gender+".png";