mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +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) {
|
EX bool rcheck(string which, int qty, int x) {
|
||||||
return hrand(qty) < x;
|
return hrand(qty) < x;
|
||||||
};
|
}
|
||||||
|
|
||||||
EX int wallchance_legacy(cell *c, bool deepOcean) {
|
EX int wallchance_legacy(cell *c, bool deepOcean) {
|
||||||
eLand l = c->land;
|
eLand l = c->land;
|
||||||
|
Loading…
Reference in New Issue
Block a user