mirror of
https://github.com/glest/glest-source.git
synced 2025-09-03 04:52:34 +02:00
fixed weird bug where compiler should have told me of the conversion issue
This commit is contained in:
@@ -81,7 +81,7 @@ std::string Command::toString() const {
|
||||
if(unitRef.getUnitId() >= 0) {
|
||||
//SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__, __LINE__);
|
||||
|
||||
result += ", unitRef.getUnit() id = " + unitRef.getUnitId();
|
||||
result += ", unitRef.getUnit() id = " + intToStr(unitRef.getUnitId());
|
||||
}
|
||||
|
||||
//SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__, __LINE__);
|
||||
|
Reference in New Issue
Block a user