aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenStatDetail.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/Screens/UScreenStatDetail.pas')
-rw-r--r--Game/Code/Screens/UScreenStatDetail.pas3
1 files changed, 2 insertions, 1 deletions
diff --git a/Game/Code/Screens/UScreenStatDetail.pas b/Game/Code/Screens/UScreenStatDetail.pas
index 1461a9da..324ad185 100644
--- a/Game/Code/Screens/UScreenStatDetail.pas
+++ b/Game/Code/Screens/UScreenStatDetail.pas
@@ -47,7 +47,8 @@ begin
begin
Result := false;
end;
- SDLK_ESCAPE:
+ SDLK_ESCAPE,
+ SDLK_BACKSPACE:
begin
Music.PlayBack;
FadeTo(@ScreenStatMain);