aboutsummaryrefslogtreecommitdiffstats
path: root/unicode/src/screens/UScreenLevel.pas
diff options
context:
space:
mode:
Diffstat (limited to 'unicode/src/screens/UScreenLevel.pas')
-rw-r--r--unicode/src/screens/UScreenLevel.pas5
1 files changed, 3 insertions, 2 deletions
diff --git a/unicode/src/screens/UScreenLevel.pas b/unicode/src/screens/UScreenLevel.pas
index a632cf78..c0c856dd 100644
--- a/unicode/src/screens/UScreenLevel.pas
+++ b/unicode/src/screens/UScreenLevel.pas
@@ -51,7 +51,8 @@ uses UGraphic,
UMain,
UIni,
USong,
- UTexture;
+ UTexture,
+ UUnicodeUtils;
function TScreenLevel.ParseInput(PressedKey: Cardinal; CharCode: WideChar; PressedDown: Boolean): Boolean;
begin
@@ -59,7 +60,7 @@ begin
If (PressedDown) Then
begin // Key Down
// check normal keys
- case WideCharUpperCase(CharCode)[1] of
+ case WideStringUpperCase(CharCode)[1] of
'Q':
begin
Result := false;