From 64d073d82f1f7e56249a6e20640df55d1c957817 Mon Sep 17 00:00:00 2001 From: ptt Date: Tue, 6 Apr 2004 16:52:47 +0000 Subject: remove unsigned int for money git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1711 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/guess.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mbbsd/guess.c') 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]; -- cgit v1.2.3