(svn r16633) -Codechange: remove checks for consistency of newpool

This commit is contained in:
smatz
2009-06-23 10:44:46 +00:00
parent 45312433b6
commit 9ec6fc8a61
3 changed files with 0 additions and 60 deletions

View File

@@ -2038,10 +2038,7 @@ bool Aircraft::Tick()
for (uint i = 0; i != 2; i++) {
/* stop if the aircraft was deleted */
VehicleID index = this->index;
if (!AircraftEventHandler(this, i)) return false;
assert(Vehicle::Get(index) == this);
assert(IsNormalAircraft(this));
}
return true;