From 570055a493982949fbbd00d1d372f1487e8d4003 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 23 Oct 2005 10:20:55 +0000 Subject: [PATCH] kompiliert nun --- src/common/gamecode/items.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/gamecode/items.c b/src/common/gamecode/items.c index c69ca0938..5e5d2223c 100644 --- a/src/common/gamecode/items.c +++ b/src/common/gamecode/items.c @@ -98,7 +98,7 @@ use_speedsail(struct unit * u, const struct item_type * itype, int amount, struc static void use_antimagiccrystal(region * r, unit * mage, int amount, struct order * ord) { - const resource_type rt_crystal = NULL; + const resource_type * rt_crystal = NULL; int i; if (rt_crystal == NULL) {