Improved default action selection when a group of units is chosen.

This was SVN commit r5235.
This commit is contained in:
Matei 2007-07-09 03:35:01 +00:00
parent 260d1b05d1
commit 3f90bae87a

View File

@ -567,6 +567,9 @@ void CSelectedEntities::Update()
}
}
// Don't count GOTO as a majority action unless everything else has 0 votes.
defaultPoll[NMT_Goto - NMT_COMMAND_FIRST] = 0;
vote = -1;
secvote = -1;
for( t = 0; t < numCommands; t++ )