kompiliert nun

This commit is contained in:
Enno Rehling 2005-10-23 10:20:55 +00:00
parent 4d38380766
commit 570055a493
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ use_speedsail(struct unit * u, const struct item_type * itype, int amount, struc
static void static void
use_antimagiccrystal(region * r, unit * mage, int amount, struct order * ord) 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; int i;
if (rt_crystal == NULL) { if (rt_crystal == NULL) {