Debug: Extend random debug logging to also include state checksum updates
This commit is contained in:
@@ -2163,6 +2163,7 @@ static bool AircraftEventHandler(Aircraft *v, int loop)
|
||||
|
||||
bool Aircraft::Tick()
|
||||
{
|
||||
DEBUG_UPDATESTATECHECKSUM("Aircraft::Tick: v: %u, x: %d, y: %d", this->index, this->x_pos, this->y_pos);
|
||||
UpdateStateChecksum((((uint64) this->x_pos) << 32) | this->y_pos);
|
||||
if (!this->IsNormalAircraft()) return true;
|
||||
|
||||
|
Reference in New Issue
Block a user