diff -r 1ef4192aa80d -r 2d44f6561e72 hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Fri Nov 25 18:36:12 2011 +0300 +++ b/hedgewars/uVariables.pas Fri Nov 25 23:22:35 2011 +0300 @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA *) -{$INCLUDE options.inc} +{$INCLUDE "options.inc"} unit uVariables; interface @@ -264,7 +264,7 @@ ); SpritesData: array[TSprite] of record - FileName: String[16]; + FileName: string[16]; Path, AltPath: TPathType; Texture: PTexture; Surface: PSDL_Surface; @@ -635,7 +635,7 @@ Sprite: TSprite; FramesCount: Longword; Interval: Longword; - cmd: String[20]; + cmd: string[20]; Voice: TSound; VoiceDelay: LongWord; end = ( @@ -649,7 +649,7 @@ ); Soundz: array[TSound] of record - FileName: String[25]; + FileName: string[25]; Path : TPathType; end = ( (FileName: ''; Path: ptNone ),// sndNone