diff options
Diffstat (limited to 'games/xbattle/files/patch-draw.c')
-rw-r--r-- | games/xbattle/files/patch-draw.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/games/xbattle/files/patch-draw.c b/games/xbattle/files/patch-draw.c deleted file mode 100644 index 9943a99b3169..000000000000 --- a/games/xbattle/files/patch-draw.c +++ /dev/null @@ -1,17 +0,0 @@ ---- ./draw.c.orig 1995-12-19 23:21:51.000000000 +0100 -+++ ./draw.c 2014-03-29 18:28:41.989953350 +0100 -@@ -1,4 +1,5 @@ - #include <stdio.h> -+#include <string.h> - - #include "constant.h" - -@@ -1267,7 +1268,7 @@ - ******************************************************************************/ - - draw_timer (running_time, player) -- unsigned long running_time; -+ unsigned int running_time; - int player; - { - char line[MAX_LINE]; |