The strangest hit for me was this bit of C#:
this.IsEvil = isEvil;
screen.Souls.Add(new Soul(screen, new Vector2(position.X+texture.Width/2-Global.Textures["soul"].Width/2, position.Y), this.IsEvil));