summaryrefslogtreecommitdiffstats
path: root/mbbsd/gamble.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/gamble.c')
-rw-r--r--mbbsd/gamble.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/gamble.c b/mbbsd/gamble.c
index b1643fb5..b6b0d61c 100644
--- a/mbbsd/gamble.c
+++ b/mbbsd/gamble.c
@@ -1,4 +1,4 @@
-/* $Id: gamble.c,v 1.32 2003/01/19 16:06:06 kcwu Exp $ */
+/* $Id: gamble.c,v 1.33 2003/04/27 13:00:16 in2 Exp $ */
#include "bbs.h"
#ifndef _BBS_UTIL_C_
@@ -162,7 +162,7 @@ ticket(int bid)
if (end || ch >= count || ch < 0)
continue;
n = 0;
- ch_buyitem(price, "etc/buyticket", &n);
+ ch_buyitem(price, "etc/buyticket", &n, 0);
if (n > 0)
append_ticket_record(path, ch, n, count);
}