Skip to content

Commit b956036

Browse files
committed
Fix speedrun.cl
1 parent e456eaf commit b956036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filters/speedrun.cl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ long filter(instance* inst) {
88
// Check for Bull
99
bool foundBull = false;
1010
for (int i = 0; i < 2; i++) {
11-
if (next_shop_item(inst, 2, false, 0, 0)._item == Bull) foundBull = true;
11+
if (next_shop_item(inst, 2)._item == Bull) foundBull = true;
1212
}
1313
if (!foundBull) return 0;
1414

0 commit comments

Comments
 (0)