summaryrefslogtreecommitdiff
path: root/games/netmaj/patches/patch-ai
blob: 155ad5936a42513e1b530b086ee43feda3445f68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ai,v 1.1 2004/01/23 19:05:45 agc Exp $

--- global.h	2004/01/23 18:57:54	1.1
+++ global.h	2004/01/23 18:58:17
@@ -70,7 +70,7 @@
 typedef struct river {
 	pai_t in;		/* get pai */
 	pai_t out;		/* put pai */
-	attr_t attr;		/* attr (how get, how put, how ...)*/
+	pai_attr_t attr;		/* attr (how get, how put, how ...)*/
 	struct river *prev;
 	struct river *next;
 } river_t;