diff -r 7d99655130ff -r 8f5b3108f29c hedgewars/uMisc.pas --- a/hedgewars/uMisc.pas Tue Jun 22 22:21:44 2010 +0400 +++ b/hedgewars/uMisc.pas Tue Jun 22 23:08:57 2010 -0400 @@ -403,6 +403,7 @@ new(NewTexture); NewTexture^.PrevTexture:= nil; NewTexture^.NextTexture:= nil; +NewTexture^.Scale:= 1; if TextureList <> nil then begin TextureList^.PrevTexture:= NewTexture;