diff -r b89235e401e5 -r 334fc848e051 hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Wed Nov 17 22:14:41 2010 +0300 +++ b/hedgewars/uVariables.pas Wed Nov 17 22:19:58 2010 +0300 @@ -2013,6 +2013,20 @@ CurMinAngle, CurMaxAngle: Longword; GameOver: boolean; + FollowGear: PGear; + WindBarWidth: LongInt; + bShowAmmoMenu: boolean; + bSelected: boolean; + bShowFinger: boolean; + Frames: Longword; + WaterColor, DeepWaterColor: TSDL_Color; + SkyOffset: LongInt; + HorizontOffset: LongInt; +{$IFDEF COUNTTICKS} + cntTicks: LongWord; +{$ENDIF} + cOffsetY: LongInt; + procedure initModule; procedure freeModule;