mirror of https://github.com/OpenTTD/OpenTTD
Codefix: remove duplicate typedef
parent
35d37d4768
commit
b074a4d3ce
|
@ -363,18 +363,6 @@ public:
|
||||||
static IterateWrapper Iterate() { return IterateWrapper(); }
|
static IterateWrapper Iterate() { return IterateWrapper(); }
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
|
||||||
* An offset value between two tiles.
|
|
||||||
*
|
|
||||||
* This value is used for the difference between
|
|
||||||
* two tiles. It can be added to a TileIndex to get
|
|
||||||
* the resulting TileIndex of the start tile applied
|
|
||||||
* with this saved difference.
|
|
||||||
*
|
|
||||||
* @see TileDiffXY(int, int)
|
|
||||||
*/
|
|
||||||
typedef int32_t TileIndexDiff;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the TileIndex of a coordinate.
|
* Returns the TileIndex of a coordinate.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue