From 9bbedc30d451861ccbd2348c00d7d8ae5a828c60 Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Sun, 3 Jan 2016 22:49:06 +0000 Subject: 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 --- src/screens/UScreenOptionsSound.pas | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/screens/UScreenOptionsSound.pas') 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; -- cgit v1.2.3