aboutsummaryrefslogtreecommitdiffstats
path: root/games/koth/files/patch-src-ballistics.c
blob: 018510f037c5ac9c0d37a37f3344dac97a923660 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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;