diff options
-rw-r--r-- | mbbsd/card.c | 1 | ||||
-rw-r--r-- | mbbsd/chicken.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/mbbsd/card.c b/mbbsd/card.c index 5c25150b..0d973be2 100644 --- a/mbbsd/card.c +++ b/mbbsd/card.c @@ -380,6 +380,7 @@ game_log(int type, int money) fclose(fp); break; } + usleep(100000); // sleep 0.1s return 0; } diff --git a/mbbsd/chicken.c b/mbbsd/chicken.c index 26bf1a95..c1b3cf20 100644 --- a/mbbsd/chicken.c +++ b/mbbsd/chicken.c @@ -383,6 +383,7 @@ ch_buyitem(int money, char *picture, int *item, int haveticket) } else { vmsg("²{ª÷¤£°÷ !!!"); } + usleep(100000); // sleep 0.1s } static void |