forked from github/server
Bugfixes to make the mapper compile again.
This commit is contained in:
parent
464f50a48d
commit
7de8d2777d
3 changed files with 5 additions and 2 deletions
|
@ -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>
|
||||||
|
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
@ -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 */
|
||||||
|
|
Loading…
Reference in a new issue