3D:: added missing eyes and faces in drawMimic

This commit is contained in:
Zeno Rogue 2019-05-20 15:28:20 +02:00
parent 5436265311
commit f08c33a8e2
1 changed files with 2 additions and 0 deletions

View File

@ -1247,6 +1247,8 @@ void drawMimic(eMonster m, cell *where, const transmatrix& V, color_t col, doubl
queuepoly(VBODY2 * VBS, shPrinceDress, darkena(col, 1, 0XC0));
if(cs.charid == 3)
queuepoly(VBODY2 * VBS, shPrincessDress, darkena(col, 1, 0XC0));
humanoid_eyes(V, 0xFF, darkena(col, 0, 0x40));
}
}