From c5b20c1664ff26a256f96ba1d710317a25783c0f Mon Sep 17 00:00:00 2001 From: piaip Date: Fri, 5 Jun 2009 15:39:33 +0000 Subject: - reduce the latency of game play git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4493 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/card.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mbbsd/card.c') diff --git a/mbbsd/card.c b/mbbsd/card.c index bcaf652d..9d389442 100644 --- a/mbbsd/card.c +++ b/mbbsd/card.c @@ -72,8 +72,8 @@ void card_end_game() void card_anti_bot_sleep() { - // sleep 0.5 sec - usleep(500000); + // sleep 0.2 sec + usleep(200000); } ////////////////////////////////////////////////////// -- cgit v1.2.3