(svn r18486) -Fix: when switching language and you're getting a different font, recalculate the coordinates/sizes of the viewport signs. Otherwise it gets glitchy or abbreviated (in the smallmap)

This commit is contained in:
rubidium
2009-12-13 19:33:07 +00:00
parent a60ef8f92a
commit 5d6df7a8fd
4 changed files with 17 additions and 9 deletions

View File

@@ -70,6 +70,8 @@ bool ScrollWindowTo(int x, int y, int z, Window *w, bool instant = false);
bool ScrollMainWindowToTile(TileIndex tile, bool instant = false);
bool ScrollMainWindowTo(int x, int y, int z = -1, bool instant = false);
void UpdateAllVirtCoords();
extern Point _tile_fract_coords;
#endif /* VIEWPORT_FUNC_H */