aboutsummaryrefslogtreecommitdiffstats
path: root/src/screens/UScreenOptionsSound.pas
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2016-01-03 22:49:06 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2016-01-03 22:49:06 +0000
commit9bbedc30d451861ccbd2348c00d7d8ae5a828c60 (patch)
tree4fd8278dca1cf9d6dcde420685a1fad9bd84e636 /src/screens/UScreenOptionsSound.pas
parent7e017d47108ec25fcf3c9bd86cccc79c27cd75f7 (diff)
downloadusdx-9bbedc30d451861ccbd2348c00d7d8ae5a828c60.tar.gz
usdx-9bbedc30d451861ccbd2348c00d7d8ae5a828c60.tar.xz
usdx-9bbedc30d451861ccbd2348c00d7d8ae5a828c60.zip
end of first pass. many more smaller changes and preparations for later additions
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3189 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/screens/UScreenOptionsSound.pas')
-rw-r--r--src/screens/UScreenOptionsSound.pas3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/screens/UScreenOptionsSound.pas b/src/screens/UScreenOptionsSound.pas
index b1179282..4e5c9d74 100644
--- a/src/screens/UScreenOptionsSound.pas
+++ b/src/screens/UScreenOptionsSound.pas
@@ -98,6 +98,7 @@ begin
SDLK_RIGHT:
begin
if (SelInteraction >= 0) and (SelInteraction < 6) then
+// if (SelInteraction >= 0) and (SelInteraction < 8) then
begin
AudioPlayback.PlaySound(SoundLib.Option);
InteractInc;
@@ -106,6 +107,7 @@ begin
SDLK_LEFT:
begin
if (SelInteraction >= 0) and (SelInteraction < 6) then
+// if (SelInteraction >= 0) and (SelInteraction < 8) then
begin
AudioPlayback.PlaySound(SoundLib.Option);
InteractDec;
@@ -164,6 +166,7 @@ begin
AddButton(Theme.OptionsSound.ButtonExit);
if (Length(Button[0].Text) = 0) then
AddButtonText(20, 5, Theme.Options.Description[7]);
+// AddButtonText(20, 5, Theme.Options.Description[10]);
Interaction := 0;
end;