diff -r f264ad9d8965 -r 0f60591f3a16 hedgewars/uRender.pas --- a/hedgewars/uRender.pas Sat May 05 18:10:41 2012 +0100 +++ b/hedgewars/uRender.pas Sat May 05 19:04:59 2012 +0100 @@ -55,6 +55,8 @@ implementation uses uVariables; +var LastTint: LongWord = 0; + procedure DrawSpriteFromRect(Sprite: TSprite; r: TSDL_Rect; X, Y, Height, Position: LongInt); begin r.y:= r.y + Height * Position;