From e472abd631d23ace75636a352fe2e12407f89dcf Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Mon, 21 May 2012 00:31:25 +0200 Subject: digital/io-hub/src/guybrush: fix chrono issue --- digital/ai/src/utils/chrono.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'digital/ai/src/utils/chrono.h') diff --git a/digital/ai/src/utils/chrono.h b/digital/ai/src/utils/chrono.h index 42ee6f9b..085b1a5e 100644 --- a/digital/ai/src/utils/chrono.h +++ b/digital/ai/src/utils/chrono.h @@ -30,7 +30,7 @@ */ /** Duration of a match in milliseconds, with margin. */ -#define CHRONO_MATCH_DURATION_MS (90000 - 5500) +#define CHRONO_MATCH_DURATION_MS (90000 - 1500) /** Start chrono count down. */ void -- cgit v1.2.3