mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-31 12:30:40 +00:00
- fixed bad scaling factor in girlninj.cpp.
This commit is contained in:
parent
73deae88ce
commit
99753fd03a
1 changed files with 1 additions and 1 deletions
|
@ -728,7 +728,7 @@ int SetupGirlNinja(DSWActor* actor)
|
|||
|
||||
actor->user.StateEnd = s_GirlNinjaDie;
|
||||
actor->user.Rot = sg_GirlNinjaRun;
|
||||
actor->spr.scale = DVector2(0.796875, 0.0671875);
|
||||
actor->spr.scale = DVector2(0.796875, 0.671875);
|
||||
|
||||
actor->user.Attrib = &GirlNinjaAttrib;
|
||||
actor->spr.pal = actor->user.spal = 26;
|
||||
|
|
Loading…
Reference in a new issue