This commit is contained in:
aozhiwei 2023-01-06 14:19:59 +08:00
parent 510ff182f9
commit 8619b3e009

View File

@ -94,14 +94,6 @@ namespace mt
);
}
}
if (ai_kind() == kAI_MineSweeper) {
for (int n : _int_list_param2) {
if (n <= 0 || n > 63) {
A8_ABORT();
}
a8::SetBitFlag(_bits_param2, n);
}
}
}
void AI::Init2()