summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-01-11 01:23:48 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-01-11 01:23:48 +0800
commit6cfd07173fbcaa9b43a63276c36cd74f2da8581c (patch)
treef73f262d3bbf9fe5d1682fdda1bba7005724921a
parentcbcff1a5e671941caeca2ba53637a784c5d05448 (diff)
downloadpttbbs-6cfd07173fbcaa9b43a63276c36cd74f2da8581c.tar
pttbbs-6cfd07173fbcaa9b43a63276c36cd74f2da8581c.tar.gz
pttbbs-6cfd07173fbcaa9b43a63276c36cd74f2da8581c.tar.bz2
pttbbs-6cfd07173fbcaa9b43a63276c36cd74f2da8581c.tar.lz
pttbbs-6cfd07173fbcaa9b43a63276c36cd74f2da8581c.tar.xz
pttbbs-6cfd07173fbcaa9b43a63276c36cd74f2da8581c.tar.zst
pttbbs-6cfd07173fbcaa9b43a63276c36cd74f2da8581c.zip
pause after losing
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@596 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/mbbsd/guess.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pttbbs/mbbsd/guess.c b/pttbbs/mbbsd/guess.c
index 69167617..4c365708 100644
--- a/pttbbs/mbbsd/guess.c
+++ b/pttbbs/mbbsd/guess.c
@@ -1,4 +1,4 @@
-/* $Id: guess.c,v 1.8 2003/01/10 17:20:13 kcwu Exp $ */
+/* $Id: guess.c,v 1.9 2003/01/10 17:23:48 kcwu Exp $ */
#include "bbs.h"
#define LOGPASS BBSHOME "/etc/winguess.log"
@@ -371,5 +371,6 @@ guess_main()
fclose(file);
}
unlockutmpmode();
+ pressanykey();
return 1;
}