Browse Source

🐛 Fix drlg1 algo

pull/2235/head
Anders Jenbo 5 years ago
parent
commit
1ac8987c58
  1. 2
      Source/drlg_l1.cpp

2
Source/drlg_l1.cpp

@ -1450,7 +1450,7 @@ static void L5firstRoom()
HR2 = GenerateRnd(2) != 0;
HR3 = GenerateRnd(2) != 0;
if (HR1 && HR3)
if (!HR1 || !HR3)
HR2 = true;
if (HR1)
L5drawRoom(1, 15, 10, 10);

Loading…
Cancel
Save