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/modPipe.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/modules/modPipe.c') diff --git a/src/modules/modPipe.c b/src/modules/modPipe.c index d2e9fec..d07ec37 100644 --- a/src/modules/modPipe.c +++ b/src/modules/modPipe.c @@ -335,7 +335,11 @@ static int destroy() } mod_sym_t modpipe_sym = { &init, +#ifndef PUBLIC_SERVER &draw, +#else + 0, +#endif &event, &isConflict, &cmdArena, -- cgit v1.2.3