From 7de8d2777d806a20117002a55794d87353b4adf7 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Wed, 23 Mar 2005 23:45:50 +0000 Subject: [PATCH] Bugfixes to make the mapper compile again. --- src/mapper/map_partei.c | 2 +- src/mapper/mapper.c | 3 ++- src/mapper/mapper.h | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/mapper/map_partei.c b/src/mapper/map_partei.c index cf57035c7..c06623449 100644 --- a/src/mapper/map_partei.c +++ b/src/mapper/map_partei.c @@ -16,7 +16,7 @@ #include #include "mapper.h" -#include "autoseed.h" +#include /* kernel includes */ #include diff --git a/src/mapper/mapper.c b/src/mapper/mapper.c index 924a28ed2..940e97015 100644 --- a/src/mapper/mapper.c +++ b/src/mapper/mapper.c @@ -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) { diff --git a/src/mapper/mapper.h b/src/mapper/mapper.h index 49b001848..a54865e6c 100644 --- a/src/mapper/mapper.h +++ b/src/mapper/mapper.h @@ -131,4 +131,6 @@ typedef struct dropout { } dropout; extern dropout * dropouts; +extern struct newfaction * newfactions; + #endif /* MAPPER_H */