mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
rogueviz:: embedded-chess:: fixed default hmul
This commit is contained in:
parent
9658950e6a
commit
bde2025ce3
@ -159,7 +159,7 @@ vector<string> xmap = {
|
|||||||
|
|
||||||
void build_map();
|
void build_map();
|
||||||
|
|
||||||
ld hmul;
|
ld hmul = 1;
|
||||||
|
|
||||||
set<cell*> house1, house2;
|
set<cell*> house1, house2;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user