From 21a1932bbb513aad5883920be92ff7117dfacf09 Mon Sep 17 00:00:00 2001 From: PolitikerNEU Date: Tue, 20 Apr 2010 17:32:09 +0000 Subject: [PATCH] tried to fix a bug with upgrades --- source/glest_game/types/command_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/glest_game/types/command_type.h b/source/glest_game/types/command_type.h index 087a24350..f40e759d2 100644 --- a/source/glest_game/types/command_type.h +++ b/source/glest_game/types/command_type.h @@ -310,7 +310,7 @@ public: virtual string toString() const; virtual string getReqDesc() const; virtual const ProducibleType *getProduced() const; - virtual Queueability isQueuable() const {return qOnRequest;} + virtual Queueability isQueuable() const {return qAlways;} //get const UpgradeSkillType *getUpgradeSkillType() const {return upgradeSkillType;}