From 63a1c2eb76e6b8be02cc239c58d1cbe7adbbb9d4 Mon Sep 17 00:00:00 2001 From: kcwu Date: Sun, 24 May 2009 10:19:41 +0000 Subject: - sleep longer for card game. we don't like robot play. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4470 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/card.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mbbsd/card.c b/mbbsd/card.c index 63f21bf8..b2c3300b 100644 --- a/mbbsd/card.c +++ b/mbbsd/card.c @@ -380,7 +380,7 @@ game_log(int type, int money) fclose(fp); break; } - usleep(100000); // sleep 0.1s + usleep(2*1000000); // sleep 2s return 0; } -- cgit v1.2.3