From 947ec6afe940af74cafb8f8e284f1cfe798cadf0 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 30 Jul 2020 03:40:00 +0200 Subject: [PATCH] fixed error --- yendor.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/yendor.cpp b/yendor.cpp index 8b62f60e..50b5bc33 100644 --- a/yendor.cpp +++ b/yendor.cpp @@ -1324,8 +1324,7 @@ EX namespace peace { variation = eVariation::bitruncated; in_dual = false; } - }; - + } EX void showMenu() { string title = XLAT(otherpuzzles ? (explore_other ? "exploration" : "puzzles") : "memory game");