Bugfixes to make the mapper compile again.

This commit is contained in:
Enno Rehling 2005-03-23 23:45:50 +00:00
parent 464f50a48d
commit 7de8d2777d
3 changed files with 5 additions and 2 deletions

View file

@ -16,7 +16,7 @@
#include <eressea.h>
#include "mapper.h"
#include "autoseed.h"
#include <modules/autoseed.h>
/* kernel includes */
#include <kernel/alliance.h>

View file

@ -138,7 +138,8 @@ boolean minimapx=false,minimapy=false; /* Karte nicht vert./hor. scrollen */
/* top, left => ? */
/* hx, hy => ? */
static newfaction * newfactions = NULL;
newfaction * newfactions = NULL;
static void
runautoseed(void)
{

View file

@ -131,4 +131,6 @@ typedef struct dropout {
} dropout;
extern dropout * dropouts;
extern struct newfaction * newfactions;
#endif /* MAPPER_H */