fixed knight cloaks and tortoises

This commit is contained in:
Zeno Rogue
2019-09-12 22:38:47 +02:00
parent c5284c153d
commit bd396d4979
+2 -2
View File
@@ -1061,10 +1061,10 @@ bool drawMonsterType(eMonster m, cell *where, const transmatrix& V, color_t col,
}
if(knighted)
queuepoly(VBS, shKnightCloak, darkena(cloakcolor(knighted), 1, 0xFF));
queuepoly(VBODY * VBS, shKnightCloak, darkena(cloakcolor(knighted), 1, 0xFF));
if(tortoise::seek())
tortoise::draw(VBS * ypush(-crossf*.25), tortoise::seekbits, 4, 0);
tortoise::draw(VBODY * VBS * ypush(-crossf*.25), tortoise::seekbits, 4, 0);
}