summaryrefslogtreecommitdiffstats
path: root/mbbsd/gamble.c
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-04-27 21:00:16 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-04-27 21:00:16 +0800
commit9c1dc03dedf0a1d089e8cfb5076e71522e5ae2f5 (patch)
tree667ccd19a129016f734c3aed17485372f2d3fa2e /mbbsd/gamble.c
parent534420891bf94fd5ba7656c1b07cf94e8284a822 (diff)
downloadpttbbs-9c1dc03dedf0a1d089e8cfb5076e71522e5ae2f5.tar
pttbbs-9c1dc03dedf0a1d089e8cfb5076e71522e5ae2f5.tar.gz
pttbbs-9c1dc03dedf0a1d089e8cfb5076e71522e5ae2f5.tar.bz2
pttbbs-9c1dc03dedf0a1d089e8cfb5076e71522e5ae2f5.tar.lz
pttbbs-9c1dc03dedf0a1d089e8cfb5076e71522e5ae2f5.tar.xz
pttbbs-9c1dc03dedf0a1d089e8cfb5076e71522e5ae2f5.tar.zst
pttbbs-9c1dc03dedf0a1d089e8cfb5076e71522e5ae2f5.zip
���L�����o��
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@810 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
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);
}