summaryrefslogtreecommitdiff
path: root/games/taipan/files/patch-taipan.c
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-28 19:39:50 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-28 19:39:50 +0000
commitd9616e5a763d1ab83ebac479e3b2222db5c3f87f (patch)
treea08c8f6002f7c1660aaa80e0f9cf61cd9d71151c /games/taipan/files/patch-taipan.c
parent- Update to 1.9, announce message: (diff)
Rename all 10,000 games/ patch-xy patches to reflect the files they modify.
Notes
Notes: svn path=/head/; revision=363239
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 000000000000..35a18b4187ed
--- /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)
+ {