diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-06-27 16:46:09 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-06-27 16:46:09 +0000 |
| commit | a0f73cf7421e55e84b61065b4eb7ed13b05ce055 (patch) | |
| tree | dbbc9e1d9250d85ce2e596841b0aea9cd477c016 /config.h | |
| parent | e528950ac7a2d23512be2a06378525b00be74185 (diff) | |
- šetřit možnosti podvádění – rychlost pohybu
- delObjectFromSpace ma casovu narocnost log(2,n) pri odstraneni objetu zo zonamu objektov
( btw. z hladiska programovania su veci pre 0.20 hotove )
git-svn-id: http://opensvn.csie.org/tuxanci_ng@75 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,9 +6,9 @@ #define DEBUG_CLIENT_RECV */ -#define TUXANCI_NG_VERSION "svn74" +#define TUXANCI_NG_VERSION "svn75" #define DESTDIR "/usr/local/" #define SUPPORT_NET_UNIX_UDP //#define SUPPORT_NET_SDL_UDP -#define PUBLIC_SERVER +//#define PUBLIC_SERVER |