Commit bfa234ef authored by sidschingis's avatar sidschingis

Update event_handler.cpp

parent 37981761
......@@ -671,7 +671,7 @@ bool ClientField::OnEvent(const irr::SEvent& event) {
}
case CHECK_RACE: {
int rac = 0, filter = 0x1, count = 0;
for(int i = 0; i < 23; ++i, filter <<= 1) {
for(int i = 0; i < 24; ++i, filter <<= 1) {
if(mainGame->chkRace[i]->isChecked()) {
rac |= filter;
count++;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment