diff options
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); } } |