diff options
Diffstat (limited to 'games/xmille/files/patch-af')
-rw-r--r-- | games/xmille/files/patch-af | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xmille/files/patch-af b/games/xmille/files/patch-af new file mode 100644 index 000000000000..7bc6bf5eebe2 --- /dev/null +++ b/games/xmille/files/patch-af @@ -0,0 +1,11 @@ +--- move.c.orig Thu Mar 28 15:13:44 1996 ++++ move.c Thu Feb 1 00:33:58 2001 +@@ -9,8 +9,6 @@ + #endif + #define CTRL(c) (c - 'A' + 1) + +-#define ANIMATE 1 +- + /*extern FILE *outf;*/ + + char *Movenames[] = { |