[crossfire] r21264 broke the server build

2020-08-13 Thread Kevin Zheng
Hi there, It looks like r21264 broke the server build for several of us. The offending part of the diff is: diff --git a/common/map.c b/common/map.c index 724cbccc..7175f3d0 100644 --- a/common/map.c +++ b/common/map.c @@ -652,6 +652,21 @@ static void load_objects(mapstruct *m, FILE *fp, int

Re: [crossfire] r21264 broke the server build

2020-08-13 Thread Preston Crow
Oops.  Stupid partial commit.  I'll revert that.  Sorry! On 2020-08-13 16:51, Kevin Zheng wrote: Hi there, It looks like r21264 broke the server build for several of us. The offending part of the diff is: diff --git a/common/map.c b/common/map.c index 724cbccc..7175f3d0 100644 ---