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

This commit is contained in:
smatz
2009-06-23 10:44:46 +00:00
parent a50ba1b8c1
commit 192b9bda7b
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;