From a9daa029db68962603905eded0e29c2a2e2abd91 Mon Sep 17 00:00:00 2001 From: aldrikboy Date: Wed, 17 Jan 2018 11:41:31 +0100 Subject: Mute sound button --- Penguloon/Levels/LevelBase.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Penguloon/Levels') diff --git a/Penguloon/Levels/LevelBase.cs b/Penguloon/Levels/LevelBase.cs index 93622c5..7d67d70 100644 --- a/Penguloon/Levels/LevelBase.cs +++ b/Penguloon/Levels/LevelBase.cs @@ -159,6 +159,8 @@ namespace Penguloon.Levels private void CheckForObjectSelect(TouchLocation[] touchLocations) { + if (ParentScene.UpgradeMenu.SellConfirmationBox.State == IngameOptionsState.Show) return; + bool found = false; for (int i = 0; i < touchLocations.Length; i++) { -- cgit v1.2.3-70-g09d2