summaryrefslogtreecommitdiff
path: root/games/bomberclone/patches/patch-src_single.c
blob: 5e405a75f4a28bfd0533e085ddf3a0eda246e51c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-src_single.c,v 1.1 2012/07/03 18:44:11 joerg Exp $

--- src/single.c.orig	2012-07-03 13:14:23.000000000 +0000
+++ src/single.c
@@ -476,7 +476,7 @@ ai_invertdir (int dir)
 };
 
 
-inline int
+static inline int
 ai_checknewpos (_point pos, int d)
 {
     _point m;