merge_11
This commit is contained in:
+2
-10
@@ -63,9 +63,9 @@ namespace Casino
|
|||||||
AlleBilder = new List<Byte[]>
|
AlleBilder = new List<Byte[]>
|
||||||
{
|
{
|
||||||
db.GetCardImage(2),db.GetCardImage(3),
|
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(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();
|
Konto.Text = users[MainWindow.currentUser].Geld.ToString();
|
||||||
@@ -167,14 +167,6 @@ namespace Casino
|
|||||||
Close();
|
Close();
|
||||||
}
|
}
|
||||||
|
|
||||||
void UpdateSound(int soundId)
|
|
||||||
{
|
|
||||||
// Speichert nur den EINEN soundId-Wert, der am höchsten ist
|
|
||||||
if (soundId > bestSoundId)
|
|
||||||
{
|
|
||||||
bestSoundId = soundId;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Lenard Gerdes
|
// Lenard Gerdes
|
||||||
public decimal CheckWin(int[,] board, decimal einsatz)
|
public decimal CheckWin(int[,] board, decimal einsatz)
|
||||||
|
|||||||
Reference in New Issue
Block a user