forked from oerkki/voxelands
bugfix to face type
This commit is contained in:
parent
ba20f2ee56
commit
de1ea03df9
Before Width: | Height: | Size: 1022 B After Width: | Height: | Size: 1022 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in New Issue