diff options
Diffstat (limited to 'Game')
-rw-r--r-- | Game/Code/Screens/UScreenEditSub.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/Screens/UScreenEditSub.pas b/Game/Code/Screens/UScreenEditSub.pas index 4af7f67c..3a7a1546 100644 --- a/Game/Code/Screens/UScreenEditSub.pas +++ b/Game/Code/Screens/UScreenEditSub.pas @@ -3758,7 +3758,7 @@ begin 8: Result := 'g#';
9: Result := 'a';
10: Result := 'a#';
- 11: Result := 'h';
+ 11: Result := 'b';
end;
case N2 of
|