Fix build on CURRENT

This commit is contained in:
Tilman Keskinoz 2007-05-29 16:53:55 +00:00
parent 7856d34b01
commit 58ea5067de

View file

@ -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;