mirror of
https://github.com/glest/glest-source.git
synced 2025-09-30 17:39:02 +02:00
fixed an unimported copy&paste tag :) had no influence afaik but still
better like this
This commit is contained in:
@@ -1109,7 +1109,7 @@ std::string UnitType::toString() const {
|
|||||||
result += " maxHp = " + intToStr(maxHp);
|
result += " maxHp = " + intToStr(maxHp);
|
||||||
result += " hpRegeneration = " + intToStr(hpRegeneration);
|
result += " hpRegeneration = " + intToStr(hpRegeneration);
|
||||||
result += " maxEp = " + intToStr(maxEp);
|
result += " maxEp = " + intToStr(maxEp);
|
||||||
result += " startEp = " + intToStr(maxEp);
|
result += " startEp = " + intToStr(startEp);
|
||||||
result += " epRegeneration = " + intToStr(epRegeneration);
|
result += " epRegeneration = " + intToStr(epRegeneration);
|
||||||
result += " maxUnitCount = " + intToStr(getMaxUnitCount());
|
result += " maxUnitCount = " + intToStr(getMaxUnitCount());
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user