MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / MakeEmpty

Method MakeEmpty

src/station.cpp:550–553  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

548}
549
550void StationRect::MakeEmpty()
551{
552 this->left = this->top = this->right = this->bottom = 0;
553}
554
555/**
556 * Determines whether a given point (x, y) is within a certain distance of

Callers 2

StationRectMethod · 0.95
AfterRemoveTileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected