diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-30 16:51:15 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-30 16:51:15 +0000 |
| commit | 617ba439aab5f1798eb02618dfcfbed80a5baf28 (patch) | |
| tree | 13df71c96bd302f066406644f20ddd0e58490ded /include/main.h | |
| parent | b4db5fe1a7c0145c2437cb2f117a2ae59d4e8025 (diff) | |
- polozky casovaca sa nachadzaju v zozname list_t , ktory he sucastou arena_t
- pri bonuse neviditelnost sa neda podvadzat modifikovanim clienta
- o vystreli sa stara server, ich suradnicu a dalsie info posiela server clientom
- parametre sa pisu vo forme --env=val
git-svn-id: http://opensvn.csie.org/tuxanci_ng@38 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'include/main.h')
| -rw-r--r-- | include/main.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/main.h b/include/main.h index f0b15c1..0b96144 100644 --- a/include/main.h +++ b/include/main.h @@ -5,9 +5,11 @@ #include "../config.h" -#if defined SUPPORT_NET_UNIX_UDP && defined SUPPORT_NET_SDL_UDP +#if defined PUBLIC_SERVER +#undef DESTDIR #undef SUPPORT_NET_SDL_UDP +#undef SUPPORT_NET_UNIX_TCP #endif |