1
0
forked from 0ad/0ad

Increases unit selection limit to 200 (equal to max population). See #789

This was SVN commit r9745.
This commit is contained in:
historic_bruno 2011-07-02 23:04:59 +00:00
parent 3da5afd8d5
commit 972ca3cd22

View File

@ -1,4 +1,4 @@
const MAX_SELECTION_SIZE = 64; // Limits selection size
const MAX_SELECTION_SIZE = 200; // Limits selection size
function _setHighlight(ents, alpha)
{