Fixed the typo I created in a comment.

This commit is contained in:
Jammyjamjamman
2018-01-27 21:52:12 +00:00
parent 2e1b197c23
commit a8fe68c7a9

View File

@@ -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);