aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Game/Code/Screens/UScreenSing.pas5
1 files changed, 5 insertions, 0 deletions
diff --git a/Game/Code/Screens/UScreenSing.pas b/Game/Code/Screens/UScreenSing.pas
index 964123aa..4293d148 100644
--- a/Game/Code/Screens/UScreenSing.pas
+++ b/Game/Code/Screens/UScreenSing.pas
@@ -163,6 +163,11 @@ begin
Pause;
end;
+ SDLK_SPACE://Pause Mod
+ begin
+ Pause;
+ end;
+
SDLK_V: //Show Visualization
begin
fShowVisualization := not fShowVisualization;