mirror of
https://github.com/glest/glest-source.git
synced 2025-09-09 23:40:45 +02:00
Reversted tentative fix to double right-clicking
This commit is contained in:
@@ -485,7 +485,7 @@ namespace
|
|||||||
unitId, commandType->getId(), currPos,
|
unitId, commandType->getId(), currPos,
|
||||||
-1, targetId, -1, tryQueue, cst_None,
|
-1, targetId, -1, tryQueue, cst_None,
|
||||||
-1, unitCommandGroupId);
|
-1, unitCommandGroupId);
|
||||||
resultCur = isMove ? giveNetworkCommand(&networkCommand) : pushNetworkCommand(&networkCommand);
|
resultCur = pushNetworkCommand(&networkCommand, isMove);
|
||||||
}
|
}
|
||||||
results.push_back(resultCur);
|
results.push_back(resultCur);
|
||||||
} else if (!ignoreBuildings && unit->isMeetingPointSettable()) {
|
} else if (!ignoreBuildings && unit->isMeetingPointSettable()) {
|
||||||
|
Reference in New Issue
Block a user