diff options
Diffstat (limited to 'games/gnocatan/patches/patch-ac')
-rw-r--r-- | games/gnocatan/patches/patch-ac | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/games/gnocatan/patches/patch-ac b/games/gnocatan/patches/patch-ac deleted file mode 100644 index 23201dfe45e..00000000000 --- a/games/gnocatan/patches/patch-ac +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ac,v 1.1 2003/12/14 17:44:32 wiz Exp $ - ---- common/game.c.orig Tue Oct 14 12:13:05 2003 -+++ common/game.c -@@ -174,8 +174,8 @@ static gboolean find_no_setup (Map *map, - for (idx = 0; idx < numElem (hex->nodes); ++idx) { - Node *node = hex->nodes[idx]; - if (node->no_setup) { -- if (node->x != hex->x || node->y != hex->y) continue; - gchar buff[512]; -+ if (node->x != hex->x || node->y != hex->y) continue; - snprintf (buff, sizeof(buff), "nosetup %d %d %d", - node->x, node->y, node->pos); - data->func (data->user_data, buff); |