diff options
Diffstat (limited to 'Penguloon/Levels/LevelBase.cs')
| -rw-r--r-- | Penguloon/Levels/LevelBase.cs | 2 |
1 files changed, 2 insertions, 0 deletions
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++) { |
