mirror of
https://github.com/DrBeef/Raze.git
synced 2025-02-01 05:20:43 +00:00
- Remove leftover x/y repeats from - several manual replacements with SetScale.
.
This commit is contained in:
parent
71d61b26df
commit
b004de9fb0
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue