diff options
Diffstat (limited to 'mbbsd/card.c')
-rw-r--r-- | mbbsd/card.c | 1 |
1 files changed, 1 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; } |