From a8fe68c7a9ce677e69706d11cc8931ac0796425c Mon Sep 17 00:00:00 2001 From: Jammyjamjamman Date: Sat, 27 Jan 2018 21:52:12 +0000 Subject: [PATCH] Fixed the typo I created in a comment. --- source/glest_game/world/unit_updater.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/glest_game/world/unit_updater.cpp b/source/glest_game/world/unit_updater.cpp index 51bb4fc8e..51dc68df5 100644 --- a/source/glest_game/world/unit_updater.cpp +++ b/source/glest_game/world/unit_updater.cpp @@ -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);