mirror of
https://github.com/glest/glest-source.git
synced 2025-09-08 23:10:42 +02:00
Fixed the typo I created in a comment.
This commit is contained in:
@@ -264,7 +264,7 @@ bool UnitUpdater::updateUnit(Unit *unit) {
|
||||
unit->cancelCommand();
|
||||
|
||||
if(reQueueHoldPosition == true) {
|
||||
//Search for a command that can produceproduce the unit
|
||||
//Search for a command that can produce the unit
|
||||
const UnitType *ut = unit->getType();
|
||||
for(int i= 0; i < ut->getCommandTypeCount(); ++i) {
|
||||
const CommandType* ct= ut->getCommandType(i);
|
||||
|
Reference in New Issue
Block a user