diff options
Diffstat (limited to 'unicode/src/menu')
-rw-r--r-- | unicode/src/menu/UMenuBackgroundVideo.pas | 4 | ||||
-rw-r--r-- | unicode/src/menu/UMenuSelectSlide.pas | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/unicode/src/menu/UMenuBackgroundVideo.pas b/unicode/src/menu/UMenuBackgroundVideo.pas index ca32fded..9d265764 100644 --- a/unicode/src/menu/UMenuBackgroundVideo.pas +++ b/unicode/src/menu/UMenuBackgroundVideo.pas @@ -73,7 +73,7 @@ type public constructor Create; - function GetBGVideo(filename: string): TBGVideo; + function GetBGVideo(filename: IPath): TBGVideo; procedure RemoveItem( procedure FreeAllItems; @@ -190,7 +190,7 @@ begin end; -function TBGVideoPool.GetBGVideo(filename: string): TBGVideo; +function TBGVideoPool.GetBGVideo(filename: IPath): TBGVideo; begin end; diff --git a/unicode/src/menu/UMenuSelectSlide.pas b/unicode/src/menu/UMenuSelectSlide.pas index f9f6bbae..6bc824f4 100644 --- a/unicode/src/menu/UMenuSelectSlide.pas +++ b/unicode/src/menu/UMenuSelectSlide.pas @@ -48,7 +48,7 @@ type // objects Text: TText; // Main text describing option TextOpt: array of TText; // 3 texts in the position of possible options - TextOptT: array of string; // array of names for possible options + TextOptT: array of UTF8String; // array of names for possible options Texture: TTexture; // Select Texture TextureSBG: TTexture; // Background Selections Texture |