summaryrefslogtreecommitdiffstats
path: root/games/taipan/files/patch-taipan.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/taipan/files/patch-taipan.c')
-rw-r--r--games/taipan/files/patch-taipan.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/taipan/files/patch-taipan.c b/games/taipan/files/patch-taipan.c
new file mode 100644
index 0000000..35a18b4
--- /dev/null
+++ b/games/taipan/files/patch-taipan.c
@@ -0,0 +1,11 @@
+--- taipan.c.orig Fri Mar 15 15:05:41 2002
++++ taipan.c Fri Mar 15 15:08:30 2002
+@@ -2572,7 +2572,7 @@
+ amount = get_num(9);
+ if (amount == -1)
+ {
+- amount = cash;
++ amount = repair_price;
+ }
+ if (amount <= cash)
+ {
OpenPOWER on IntegriCloud