aboutsummaryrefslogtreecommitdiff
path: root/games/spider
diff options
context:
space:
mode:
Diffstat (limited to 'games/spider')
-rw-r--r--games/spider/files/patch-movelog.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/games/spider/files/patch-movelog.c b/games/spider/files/patch-movelog.c
new file mode 100644
index 000000000000..344fc54ca5f1
--- /dev/null
+++ b/games/spider/files/patch-movelog.c
@@ -0,0 +1,12 @@
+--- movelog.c.orig Tue May 29 18:49:36 2007
++++ movelog.c Tue May 29 18:52:19 2007
+@@ -33,6 +33,9 @@
+
+ extern int cheat_count;
+
++static int card_to_int(CardPtr card);
++static int restore_game(char *str, char *str2);
++
+ make_deck_cache()
+ {
+ CardPtr tmp;