Fix f66baa44
: for-loop is no longer increasing "i"
During conversion it was overlooked that the for-loop used to do this. Oops.
This commit is contained in:

committed by
Charles Pigott

parent
f2d78b11dd
commit
8fa2a67f6b
@@ -92,6 +92,8 @@ struct AIListWindow : public Window {
|
|||||||
this->selected = i;
|
this->selected = i;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
i++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user