From 035532ef26cdef3796742b8aca9aa47286640b70 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 3 Nov 2022 19:36:31 +0100 Subject: [PATCH] shmup:: fixed pink tortoises --- shmup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shmup.cpp b/shmup.cpp index 04e6d253..4a070fda 100644 --- a/shmup.cpp +++ b/shmup.cpp @@ -3166,7 +3166,7 @@ bool celldrawer::draw_shmup_monster() { c->stuntime = 1 + (m->stunoff - curtime-1)/300; if(hasHitpoints(m->type)) c->hitpoints = m->hitpoints; - if(m->type == moTortoise) tortoise::emap[c] = getBits(m->torigin); + if(m->type == moTortoise) tortoise::emap[c] = getBits(m->torigin) & ((1<type == moMimic && GDIM == 3) drawMonsterType(m->type, c, view * spin(-M_PI/2), col, m->footphase); */ /* else if(GDIM == 3)