forked from github/server
kompiliert nun
This commit is contained in:
parent
4d38380766
commit
570055a493
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue