diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-06-30 20:25:53 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-06-30 20:25:53 +0000 |
| commit | 62cdf2b04aa8d0162da8e024d9901ba5743bf5e3 (patch) | |
| tree | 0fee4d7fe539986956cafc8c729d3b68d37d3d7b /src/base/protect.c | |
| parent | 55233c4949d7bed70345f6fea44315df151d9ba5 (diff) | |
- hrac moze sucastne chodit aj strielat
- na indexovanie poloziek v list_t sa pouizva index.c ( postaveny na list_t )
- oprava chyby, porgram sa zrutil ak nebolo inicializovane audio
- zexxov patch
git-svn-id: http://opensvn.csie.org/tuxanci_ng@80 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/base/protect.c')
| -rw-r--r-- | src/base/protect.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/base/protect.c b/src/base/protect.c index 074873a..7da70bb 100644 --- a/src/base/protect.c +++ b/src/base/protect.c @@ -42,11 +42,12 @@ void refreshLastMove(protect_t *p) p->avarage = 0; p->count = 0; +#if 0 if( index < PROTECT_SPEED_INTERVAL_TIMEOUT ) { p->isDown = TRUE; } - +#endif //printf("speed index = %d\n", index); } } |