ASYLUM: fix a wrong index

This commit is contained in:
alxpnv 2021-02-19 15:33:34 +03:00 committed by Eugene Sandulenko
parent 6678429e49
commit c232bc5dec
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -548,7 +548,7 @@ void PuzzlePipes::setup() {
_connectors[ 4].initGroup();
_connectors[13].initGroup();
_connectors[17].initGroup();
_connectors[15].initGroup();
uint32 i = rnd(kBinNum0111);
if (i & kBinNum0001)