From 32aef93553362699206b564cbd34d367d177fdb7 Mon Sep 17 00:00:00 2001 From: scw Date: Thu, 13 Nov 2008 17:08:20 +0000 Subject: Enable chess country for reversi git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4416 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/chesscountry.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'util') diff --git a/util/chesscountry.c b/util/chesscountry.c index 51f0baa3..c3665e5d 100644 --- a/util/chesscountry.c +++ b/util/chesscountry.c @@ -78,6 +78,10 @@ main(void) photo_fname = "photo_go"; chess_name = "³ò´Ñ"; break; + case CHESSCODE_REVERSI: + photo_fname = "photo_reversi"; + chess_name = "¶Â¥Õ´Ñ"; + break; default: continue; } -- cgit v1.2.3