fixed extra semicolon

This commit is contained in:
Zeno Rogue 2022-02-27 01:16:42 +01:00
parent 41bd09d4ba
commit eed81a3630
1 changed files with 1 additions and 1 deletions

View File

@ -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;