aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens
diff options
context:
space:
mode:
authorf1fth_freed0m <f1fth_freed0m@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-03-12 05:48:08 +0000
committerf1fth_freed0m <f1fth_freed0m@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-03-12 05:48:08 +0000
commit0ce8f19e59d386553bfcd5c321624c0abb63f00b (patch)
tree29e7fcfa5a31d560294798f76b6e3b6e90773df6 /Game/Code/Screens
parent3086b0cb208ddda5fd4cc8934080c68f034194c2 (diff)
downloadusdx-0ce8f19e59d386553bfcd5c321624c0abb63f00b.tar.gz
usdx-0ce8f19e59d386553bfcd5c321624c0abb63f00b.tar.xz
usdx-0ce8f19e59d386553bfcd5c321624c0abb63f00b.zip
Game can now be paused using Space like in mplayer or vlc
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@956 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/Screens')
-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;