summaryrefslogtreecommitdiff
path: root/games/koth/patches/patch-ac
blob: 578c29910a221df538fc0720af7fd0bf163ab4b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-ac,v 1.3 2006/03/29 22:38:30 joerg Exp $

--- src/ballistics.c.orig	2006-03-29 20:56:34.000000000 +0000
+++ src/ballistics.c
@@ -92,6 +92,7 @@ void balSetWall()
 	    break;
 	case WALL_LAST:
 	    /* just to satisfy gcc -Wall */
+	    break;
     }
 }
 
@@ -210,6 +211,7 @@ Shellstat_bal balEnvironmentAdjustProjPo
 		break;
 	    case WALL_RANDOM:	/* both of this can't happen, */
 	    case WALL_LAST:	/* so they are here to satisfy gcc -Wall */
+		break;
 
 	}
     }