1
This commit is contained in:
parent
510ff182f9
commit
8619b3e009
@ -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()
|
void AI::Init2()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user