mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 01:00:25 +00:00
fixed extra semicolon
This commit is contained in:
parent
41bd09d4ba
commit
eed81a3630
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user