summaryrefslogtreecommitdiff
path: root/games/koth/files/patch-src-ballistics.c
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-10-16 18:46:41 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-10-16 18:46:41 +0000
commit9c596717a1053fbca4c930ca8c4763f88219fad8 (patch)
tree889a3b1a5a77f5137d0dbdf1c05a53707a14231d /games/koth/files/patch-src-ballistics.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>
Diffstat (limited to 'games/koth/files/patch-src-ballistics.c')
-rw-r--r--games/koth/files/patch-src-ballistics.c19
1 files changed, 19 insertions, 0 deletions
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;