diff --git a/source/games/sw/src/girlninj.cpp b/source/games/sw/src/girlninj.cpp index 7c468fc43..1e92d8a28 100644 --- a/source/games/sw/src/girlninj.cpp +++ b/source/games/sw/src/girlninj.cpp @@ -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;