mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-25 01:44:48 +00:00
fixed hadoken missiles not displaying correctly in shmup 3D
This commit is contained in:
@@ -3099,7 +3099,7 @@ bool celldrawer::draw_shmup_monster() {
|
|||||||
else
|
else
|
||||||
col = (minf[m->get_parenttype()].color << 8) | 0xFF;
|
col = (minf[m->get_parenttype()].color << 8) | 0xFF;
|
||||||
if(getcs().charid >= 4) {
|
if(getcs().charid >= 4) {
|
||||||
queuepoly(mmscale(view, 1.15), cgi.shPHead, col);
|
queuepoly(GDIM == 3 ? mscale(view, cgi.BODY) : mmscale(view, 1.15), cgi.shPHead, col);
|
||||||
ShadowV(view, cgi.shPHead);
|
ShadowV(view, cgi.shPHead);
|
||||||
}
|
}
|
||||||
else if(peace::on) {
|
else if(peace::on) {
|
||||||
|
|||||||
Reference in New Issue
Block a user