diff --git a/src/common/attributes/attributes.c b/src/common/attributes/attributes.c index f5257e90d..c62533d74 100644 --- a/src/common/attributes/attributes.c +++ b/src/common/attributes/attributes.c @@ -1,6 +1,6 @@ /* vi: set ts=2: * - * $Id: attributes.c,v 1.7 2001/02/10 12:31:42 corwin Exp $ + * $Id: attributes.c,v 1.8 2001/02/18 12:20:20 enno Exp $ * Eressea PB(E)M host Copyright (C) 1998-2000 * Christian Schlittchen (corwin@amber.kn-bremen.de) * Katja Zedel (katze@felidae.kn-bremen.de) @@ -18,6 +18,7 @@ /* attributes includes */ #include "key.h" +#include "gm.h" #include "targetregion.h" #include "orcification.h" #include "reduceproduction.h" @@ -42,6 +43,8 @@ init_attributes(void) init_iceberg(); /* at_key */ init_key(); + /* at_gm */ + init_gm(); /* at_follow */ init_follow(); /* at_targetregion */ diff --git a/src/eressea/attributes.c b/src/eressea/attributes.c index 97bb1400d..09ee7dbe7 100644 --- a/src/eressea/attributes.c +++ b/src/eressea/attributes.c @@ -1,6 +1,6 @@ /* vi: set ts=2: * - * $Id: attributes.c,v 1.6 2001/02/10 11:38:29 enno Exp $ + * $Id: attributes.c,v 1.7 2001/02/18 12:20:20 enno Exp $ * Eressea PB(E)M host Copyright (C) 1998-2000 * Christian Schlittchen (corwin@amber.kn-bremen.de) * Katja Zedel (katze@felidae.kn-bremen.de) @@ -18,6 +18,7 @@ /* attributes includes */ #include +#include #include #include #include @@ -33,6 +34,8 @@ void init_attributes(void) { at_register(&at_overrideroads); + /* at_gm */ + init_gm(); /* at_iceberg */ init_iceberg(); /* at_key */