From e8af9a2ecae53d00c2c335ac76802966c3681342 Mon Sep 17 00:00:00 2001 From: xHire Date: Mon, 7 Jul 2008 11:04:41 +0000 Subject: - fixed problem with PREFIX - fixed problem when compiling without sound git-svn-id: http://opensvn.csie.org/tuxanci_ng@114 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- src/modules/modAI.c | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'src/modules') diff --git a/src/modules/modAI.c b/src/modules/modAI.c index 53f689e..d244aa3 100755 --- a/src/modules/modAI.c +++ b/src/modules/modAI.c @@ -13,12 +13,10 @@ #include "space.h" #ifndef PUBLIC_SERVER -#include "interface.h" -#include "image.h" -#endif - -#ifdef PUBLIC_SERVER -#include "publicServer.h" + #include "interface.h" + #include "image.h" +#else + #include "publicServer.h" #endif static export_fce_t *export_fce; @@ -35,7 +33,6 @@ int init(export_fce_t *p) } #ifndef PUBLIC_SERVER - int draw(int x, int y, int w, int h) { return 0; -- cgit v1.2.3