mirror of https://github.com/OpenTTD/OpenTTD
(svn r6822) -Fix r6821: add type for measure_strings_length[]
parent
2d48fd2861
commit
f730a2864f
|
@ -2110,7 +2110,7 @@ static int CalcHeightdiff(HighLightStyle style, uint distance, TileIndex start_t
|
||||||
return (int)(h1 - h0) * 50;
|
return (int)(h1 - h0) * 50;
|
||||||
}
|
}
|
||||||
|
|
||||||
static const measure_strings_length[] = {STR_NULL, STR_MEASURE_LENGTH, STR_MEASURE_LENGTH_HEIGHTDIFF};
|
static const StringID measure_strings_length[] = {STR_NULL, STR_MEASURE_LENGTH, STR_MEASURE_LENGTH_HEIGHTDIFF};
|
||||||
|
|
||||||
// while dragging
|
// while dragging
|
||||||
static void CalcRaildirsDrawstyle(TileHighlightData *thd, int x, int y, int method)
|
static void CalcRaildirsDrawstyle(TileHighlightData *thd, int x, int y, int method)
|
||||||
|
|
Loading…
Reference in New Issue