- Remove leftover x/y repeats from - several manual replacements with SetScale..

This commit is contained in:
Mitchell Richters 2022-10-06 09:38:58 +11:00 committed by Christoph Oelckers
parent 71d61b26df
commit b004de9fb0

View file

@ -3133,9 +3133,6 @@ void handle_se06_r(DDukeActor *actor)
ns->spr.cstat = CSTAT_SPRITE_TRANS_FLIP | CSTAT_SPRITE_TRANSLUCENT; ns->spr.cstat = CSTAT_SPRITE_TRANS_FLIP | CSTAT_SPRITE_TRANSLUCENT;
ns->spr.pal = 7; ns->spr.pal = 7;
ns->spr.SetScale(1.25, 3.984375); ns->spr.SetScale(1.25, 3.984375);
ns->spr.xrepeat = 80;
ns->spr.yrepeat = 255;
} }
ns = spawn(actor, 296); ns = spawn(actor, 296);
if (ns) if (ns)