# HG changeset patch # User unc0rr # Date 1221245754 0 # Node ID 40d37fefdbb4833dcc8d11192387aa0bd4c14850 # Parent 2754a6a8c8f12f7558cf81060df861a1d7b51b65 Hedgehog doesn't take off the hat when walking diff -r 2754a6a8c8f1 -r 40d37fefdbb4 hedgewars/uGears.pas --- a/hedgewars/uGears.pas Fri Sep 12 18:00:49 2008 +0000 +++ b/hedgewars/uGears.pas Fri Sep 12 18:55:54 2008 +0000 @@ -740,7 +740,8 @@ 0, PHedgehog(Gear^.Hedgehog)^.visStepPos div 2, 0); - defaultPos:= false + defaultPos:= false; + HatVisible:= true end else diff -r 2754a6a8c8f1 -r 40d37fefdbb4 share/hedgewars/Data/Graphics/Hedgehog.png Binary file share/hedgewars/Data/Graphics/Hedgehog.png has changed