1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-24 01:00:25 +00:00

rogueviz:: embedded-chess:: fixed default hmul

This commit is contained in:
Zeno Rogue 2023-05-19 01:34:32 +02:00
parent 9658950e6a
commit bde2025ce3

View File

@ -159,7 +159,7 @@ vector<string> xmap = {
void build_map();
ld hmul;
ld hmul = 1;
set<cell*> house1, house2;