From eed81a3630a94ea2c7d401d87c286e3712bbcf50 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 27 Feb 2022 01:16:42 +0100 Subject: [PATCH] fixed extra semicolon --- legacy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy.cpp b/legacy.cpp index 56253264..9961abb3 100644 --- a/legacy.cpp +++ b/legacy.cpp @@ -253,7 +253,7 @@ EX bool legacy_racing() { EX bool rcheck(string which, int qty, int x) { return hrand(qty) < x; - }; + } EX int wallchance_legacy(cell *c, bool deepOcean) { eLand l = c->land;