From 6387a4bbe1693c19dd27533754a0c6d9d57fcf4d Mon Sep 17 00:00:00 2001 From: Tomas 'ZeXx86' Jedrzejek Date: Thu, 10 Dec 2009 20:31:27 +0100 Subject: Fix of the server build --- src/modules/modWall.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/modules/modWall.c') diff --git a/src/modules/modWall.c b/src/modules/modWall.c index 2091c5e..4ef308f 100644 --- a/src/modules/modWall.c +++ b/src/modules/modWall.c @@ -356,7 +356,11 @@ static int destroy() } mod_sym_t modwall_sym = { &init, +#ifndef PUBLIC_SERVER &draw, +#else + 0, +#endif &event, &isConflict, &cmdArena, -- cgit v1.2.3