shmup:: fixed pink tortoises

This commit is contained in:
Zeno Rogue 2022-11-03 19:36:31 +01:00
parent 774c8a9744
commit 035532ef26
1 changed files with 1 additions and 1 deletions

View File

@ -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<<tortoise::numbits)-1);
/* if(m->type == moMimic && GDIM == 3)
drawMonsterType(m->type, c, view * spin(-M_PI/2), col, m->footphase); */
/* else if(GDIM == 3)