diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-16 18:46:41 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-16 18:46:41 +0000 |
commit | 9c596717a1053fbca4c930ca8c4763f88219fad8 (patch) | |
tree | 889a3b1a5a77f5137d0dbdf1c05a53707a14231d /games/koth/files/patch-src-relay.c | |
parent | - Drop maintainership (diff) |
Add KOTH (King of the Hill), a multiplayer tank artillery game similar to
Scorched Earth that uses libggi.
PR: ports/72725
Submitted by: Travis Poppe <tlp@LiquidX.org>
Notes
Notes:
svn path=/head/; revision=119616
Diffstat (limited to 'games/koth/files/patch-src-relay.c')
-rw-r--r-- | games/koth/files/patch-src-relay.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/koth/files/patch-src-relay.c b/games/koth/files/patch-src-relay.c new file mode 100644 index 000000000000..b89838834b5d --- /dev/null +++ b/games/koth/files/patch-src-relay.c @@ -0,0 +1,10 @@ +--- src/relay.c.orig Mon Feb 3 01:34:54 2003 ++++ src/relay.c Sat Oct 16 20:29:42 2004 +@@ -260,6 +260,7 @@ + else goto bail; + goto nextpkt; + bail: ++ ; + } + } + } |