mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
Codefix: remove duplicate typedef
This commit is contained in:
parent
35d37d4768
commit
b074a4d3ce
@ -363,18 +363,6 @@ public:
|
||||
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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user