- looks I missed one last place...

This commit is contained in:
Christoph Oelckers 2022-02-03 00:07:48 +01:00
parent 1231f6025d
commit 4c6976baca

View file

@ -229,7 +229,7 @@ void animatesprites_r(tspriteArray& tsprites, int x, int y, int a, int smoothrat
break;
case ATOMICHEALTH:
t->__int_pos.Z -= (4 << 8);
t->add_int_z(-(4 << 8));
break;
case CRYSTALAMMO:
t->shade = bsin(PlayClock << 4, -10);