summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/chesscountry.c4
1 files changed, 4 insertions, 0 deletions
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;
}