From d9616e5a763d1ab83ebac479e3b2222db5c3f87f Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Mon, 28 Jul 2014 19:39:50 +0000 Subject: Rename all 10,000 games/ patch-xy patches to reflect the files they modify. --- games/taipan/files/patch-taipan.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 games/taipan/files/patch-taipan.c (limited to 'games/taipan/files/patch-taipan.c') 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) + { -- cgit v1.2.3