From d873e5d099e3f89d769ea9ab12b51ca1d2a2085a Mon Sep 17 00:00:00 2001 From: "NBTEMP\\bib" Date: Mon, 14 Sep 2026 22:35:46 +0200 Subject: [PATCH] merge_11 --- Casino/Slots.xaml.cs | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/Casino/Slots.xaml.cs b/Casino/Slots.xaml.cs index a3ab55a..e92f942 100644 --- a/Casino/Slots.xaml.cs +++ b/Casino/Slots.xaml.cs @@ -63,9 +63,9 @@ namespace Casino AlleBilder = new List { db.GetCardImage(2),db.GetCardImage(3), - /*db.GetCardImage(4),db.GetCardImage(5), + db.GetCardImage(4),db.GetCardImage(5), db.GetCardImage(6),db.GetCardImage(7), - db.GetCardImage(8),db.GetCardImage(9), db.GetCardImage(10)*/ + db.GetCardImage(8),db.GetCardImage(9), db.GetCardImage(10) }; Konto.Text = users[MainWindow.currentUser].Geld.ToString(); @@ -167,14 +167,6 @@ namespace Casino Close(); } - void UpdateSound(int soundId) - { - // Speichert nur den EINEN soundId-Wert, der am höchsten ist - if (soundId > bestSoundId) - { - bestSoundId = soundId; - } - } // Lenard Gerdes public decimal CheckWin(int[,] board, decimal einsatz)