summaryrefslogtreecommitdiffstats
path: root/mbbsd/guess.c
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-07 00:52:47 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-07 00:52:47 +0800
commit64d073d82f1f7e56249a6e20640df55d1c957817 (patch)
tree731ca9113d8effc0161d7f28fde8e8d01b70abbb /mbbsd/guess.c
parent66e4d5470f13b816489cea8ec22a7690184b0ae2 (diff)
downloadpttbbs-64d073d82f1f7e56249a6e20640df55d1c957817.tar
pttbbs-64d073d82f1f7e56249a6e20640df55d1c957817.tar.gz
pttbbs-64d073d82f1f7e56249a6e20640df55d1c957817.tar.bz2
pttbbs-64d073d82f1f7e56249a6e20640df55d1c957817.tar.lz
pttbbs-64d073d82f1f7e56249a6e20640df55d1c957817.tar.xz
pttbbs-64d073d82f1f7e56249a6e20640df55d1c957817.tar.zst
pttbbs-64d073d82f1f7e56249a6e20640df55d1c957817.zip
remove unsigned int for money
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1711 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/guess.c')
-rw-r--r--mbbsd/guess.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/guess.c b/mbbsd/guess.c
index bd092b27..c4c2ee99 100644
--- a/mbbsd/guess.c
+++ b/mbbsd/guess.c
@@ -22,7 +22,7 @@ show_table(char TABLE[], char ifcomputer)
prints("\033[33m=================\033[m");
}
-static unsigned long int
+static long int
get_money(void)
{
int money, i;
@@ -215,7 +215,7 @@ int
guess_main()
{
char data[5];
- unsigned long int money;
+ long int money;
char computerwin = 0, youwin = 0;
int count = 0, c_count = 0;
char ifcomputer[2];