Remove spurious semicolon.

This commit is contained in:
Jacob Mandelson 2024-02-24 16:36:16 -08:00
parent e840e39ba0
commit 80f90dec52
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ EX void achievement_gain_once(const string& s, char flags IS(0)) {
namespace rg {
char check(bool b, char val = special_geometry) { return b ? val : fail; }
};
}
EX char specgeom_zebra() { return rg::check(geometry == gZebraQuotient && !disksize && BITRUNCATED && firstland == laDesert); }
EX char specgeom_lovasz() { return rg::check(geometry == gKleinQuartic && variation == eVariation::untruncated && gp::param == gp::loc(1,1) && !disksize && in_lovasz()); }