Files
pkgsrc-ng/games/bomberclone/patches/patch-src_single.c
2013-09-26 17:14:40 +02:00

14 lines
278 B
C

$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;