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 <eressea.h>
#include "mapper.h" #include "mapper.h"
#include "autoseed.h" #include <modules/autoseed.h>
/* kernel includes */ /* kernel includes */
#include <kernel/alliance.h> #include <kernel/alliance.h>

View file

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

View file

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