From 9c596717a1053fbca4c930ca8c4763f88219fad8 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sat, 16 Oct 2004 18:46:41 +0000 Subject: 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 --- games/koth/files/patch-src-ballistics.c | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 games/koth/files/patch-src-ballistics.c (limited to 'games/koth/files/patch-src-ballistics.c') diff --git a/games/koth/files/patch-src-ballistics.c b/games/koth/files/patch-src-ballistics.c new file mode 100644 index 000000000000..018510f037c5 --- /dev/null +++ b/games/koth/files/patch-src-ballistics.c @@ -0,0 +1,19 @@ +--- src/ballistics.c.orig Wed Jan 15 05:12:43 2003 ++++ src/ballistics.c Sat Oct 16 20:33:24 2004 +@@ -92,6 +92,7 @@ + break; + case WALL_LAST: + /* just to satisfy gcc -Wall */ ++ ; + } + } + +@@ -210,7 +211,7 @@ + break; + case WALL_RANDOM: /* both of this can't happen, */ + case WALL_LAST: /* so they are here to satisfy gcc -Wall */ +- ++ ; + } + } + return FLYING; -- cgit v1.2.3