aboutsummaryrefslogtreecommitdiffstats
path: root/games/blackjack/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'games/blackjack/files/patch-ac')
-rw-r--r--games/blackjack/files/patch-ac29
1 files changed, 0 insertions, 29 deletions
diff --git a/games/blackjack/files/patch-ac b/games/blackjack/files/patch-ac
deleted file mode 100644
index 419ffc707ef8..000000000000
--- a/games/blackjack/files/patch-ac
+++ /dev/null
@@ -1,29 +0,0 @@
---- bet_option.cpp.orig Sat Jan 8 23:58:15 2000
-+++ bet_option.cpp Sat Jan 8 23:56:09 2000
-@@ -221,7 +221,7 @@
-
- //*****************************************************************************
-
--BetOption::
-+int BetOption::
- minBetPressed(int id) {
- int i;
- QButton *qb;
-@@ -256,7 +256,7 @@
-
- //*****************************************************************************
-
--BetOption::
-+int BetOption::
- maxBetPressed(int id) {
- QButton *rb;
-
-@@ -271,7 +271,7 @@
-
- //*****************************************************************************
-
--BetOption::
-+int BetOption::
- betIncPressed(int id) {
- _bet_inc = *_bet_inc_list.at(id);
- }