aboutsummaryrefslogtreecommitdiffstats
path: root/unicode/src/screens/UScreenLoading.pas
diff options
context:
space:
mode:
Diffstat (limited to 'unicode/src/screens/UScreenLoading.pas')
-rw-r--r--unicode/src/screens/UScreenLoading.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/unicode/src/screens/UScreenLoading.pas b/unicode/src/screens/UScreenLoading.pas
index f4a3508a..e52823be 100644
--- a/unicode/src/screens/UScreenLoading.pas
+++ b/unicode/src/screens/UScreenLoading.pas
@@ -46,7 +46,7 @@ type
Fadeout: boolean;
constructor Create; override;
procedure onShow; override;
- function ParseInput(PressedKey: Cardinal; CharCode: WideChar; PressedDown: Boolean): Boolean; override;
+ function ParseInput(PressedKey: Cardinal; CharCode: UCS4Char; PressedDown: Boolean): Boolean; override;
end;
implementation
@@ -54,7 +54,7 @@ implementation
uses UGraphic,
UTime;
-function TScreenLoading.ParseInput(PressedKey: Cardinal; CharCode: WideChar; PressedDown: Boolean): Boolean;
+function TScreenLoading.ParseInput(PressedKey: Cardinal; CharCode: UCS4Char; PressedDown: Boolean): Boolean;
begin
Result := true;
end;