mirror of
https://github.com/glest/glest-source.git
synced 2025-09-08 23:10:42 +02:00
AI fix for move while upgrading
This commit is contained in:
@@ -561,8 +561,8 @@ namespace
|
|||||||
throw
|
throw
|
||||||
megaglest_runtime_error(szBuf);
|
megaglest_runtime_error(szBuf);
|
||||||
}
|
}
|
||||||
/*if (unit->getProgress2() != NULL)
|
if (unit->getProgress2() != NULL)
|
||||||
return result;*/
|
return result;
|
||||||
const UnitType *
|
const UnitType *
|
||||||
unitType = unit->getType();
|
unitType = unit->getType();
|
||||||
if (unitType == NULL) {
|
if (unitType == NULL) {
|
||||||
@@ -661,8 +661,8 @@ namespace
|
|||||||
throw
|
throw
|
||||||
megaglest_runtime_error(szBuf);
|
megaglest_runtime_error(szBuf);
|
||||||
}
|
}
|
||||||
/*if (unit->getProgress2() != NULL)
|
if (unit->getProgress2() != NULL)
|
||||||
return result;*/
|
return result;
|
||||||
const UnitType *
|
const UnitType *
|
||||||
unitType = unit->getType();
|
unitType = unit->getType();
|
||||||
if (unitType == NULL) {
|
if (unitType == NULL) {
|
||||||
@@ -750,8 +750,8 @@ namespace
|
|||||||
throw
|
throw
|
||||||
megaglest_runtime_error(szBuf);
|
megaglest_runtime_error(szBuf);
|
||||||
}
|
}
|
||||||
/*if (unit->getProgress2() != NULL)
|
if (unit->getProgress2() != NULL)
|
||||||
return result;*/
|
return result;
|
||||||
const UnitType *
|
const UnitType *
|
||||||
unitType = unit->getType();
|
unitType = unit->getType();
|
||||||
if (unitType == NULL) {
|
if (unitType == NULL) {
|
||||||
@@ -838,8 +838,8 @@ namespace
|
|||||||
throw
|
throw
|
||||||
megaglest_runtime_error(szBuf);
|
megaglest_runtime_error(szBuf);
|
||||||
}
|
}
|
||||||
/*if (unit->getProgress2() != NULL)
|
if (unit->getProgress2() != NULL)
|
||||||
return result;*/
|
return result;
|
||||||
const UnitType *
|
const UnitType *
|
||||||
unitType = unit->getType();
|
unitType = unit->getType();
|
||||||
if (unitType == NULL) {
|
if (unitType == NULL) {
|
||||||
|
Reference in New Issue
Block a user