Fix Testing bug that accidently go committed

This commit is contained in:
wizzard 2004-02-01 21:51:20 +00:00
parent 10879bf8a2
commit 6f2e1e11d7

View file

@ -124,7 +124,7 @@ global void DoRightButton(int sx, int sy)
// Unit selected isn't owned by the player.
// You can't select your own units + foreign unit(s).
//
if (!CanSelectMultipleUnits(Selected[0]->Player) && 0) {
if (!CanSelectMultipleUnits(Selected[0]->Player)) {
return;
}