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 "mapper.h"
|
||||
|
||||
#include "autoseed.h"
|
||||
#include <modules/autoseed.h>
|
||||
|
||||
/* kernel includes */
|
||||
#include <kernel/alliance.h>
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -131,4 +131,6 @@ typedef struct dropout {
|
|||
} dropout;
|
||||
|
||||
extern dropout * dropouts;
|
||||
extern struct newfaction * newfactions;
|
||||
|
||||
#endif /* MAPPER_H */
|
||||
|
|
Loading…
Reference in a new issue