diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2007-05-29 16:53:55 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2007-05-29 16:53:55 +0000 |
commit | 58ea5067de36c5f73eb285ff1dd766471bda6159 (patch) | |
tree | 24cca247efbab3c604ca28171741d27da2829b71 /games | |
parent | 7856d34b0151c5a08d41f478352ad2465b647274 (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/spider/files/patch-movelog.c | 12 |
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; |