diff --git a/modules/cultures-generator.js b/modules/cultures-generator.js index 75e534b1..34dc5edd 100644 --- a/modules/cultures-generator.js +++ b/modules/cultures-generator.js @@ -538,7 +538,7 @@ window.Cultures = (function () { for (const culture of cultures) { if (!culture.i || culture.removed || culture.lock) continue; - queue.push({cellId: culture.center, cultureId: culture.i, priority: 0}, priority); + queue.push({cellId: culture.center, cultureId: culture.i, priority: 0}, 0); } while (queue.length) {