From c3223903ed4f39abe8589355882b30b973da434e Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Mon, 6 Jan 2020 20:40:31 +0000 Subject: Codechange: Cache resolved town, station and industry name strings --- src/viewport_func.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/viewport_func.h') diff --git a/src/viewport_func.h b/src/viewport_func.h index 0ac70b270..c47185323 100644 --- a/src/viewport_func.h +++ b/src/viewport_func.h @@ -74,6 +74,7 @@ bool ScrollMainWindowToTile(TileIndex tile, bool instant = false); bool ScrollMainWindowTo(int x, int y, int z = -1, bool instant = false); void UpdateAllVirtCoords(); +void ClearAllCachedNames(); extern Point _tile_fract_coords; -- cgit v1.2.3-54-g00ecf