1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-02-11 00:20:09 +00:00

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

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));
}
}