summaryrefslogtreecommitdiffstats
path: root/mbbsd/gamble.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/gamble.c')
-rw-r--r--mbbsd/gamble.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/gamble.c b/mbbsd/gamble.c
index 81310988..cf7a43b2 100644
--- a/mbbsd/gamble.c
+++ b/mbbsd/gamble.c
@@ -151,7 +151,7 @@ buy_ticket_ui(int money, const char *picture, int *item, int haveticket)
return;
reload_money();
- if (cuser.money/money <= num) {
+ if (cuser.money/money < num) {
vmsg("²{ª÷¤£°÷ !!!");
return;
}