mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +00:00
(svn r2221) - Fix: "Map size" is two words. Also draw the string right-aligned in the intro gui so it doesn't matter how long it is in other languages.
This commit is contained in:
parent
6572b48cc5
commit
9bda9327e1
@ -56,7 +56,7 @@ static void SelectGameWndProc(Window *w, WindowEvent *e)
|
||||
SetDParam(0, STR_6801_EASY + _opt_newgame.diff_level);
|
||||
DrawWindowWidgets(w);
|
||||
|
||||
DrawString(170, 121, STR_MAPSIZE, 0);
|
||||
DrawStringRightAligned(216, 121, STR_MAPSIZE, 0);
|
||||
DrawString(223, 121, mapsizes[_patches.map_x - 6], 0x10);
|
||||
DrawString(270, 121, STR_BY, 0);
|
||||
DrawString(283, 121, mapsizes[_patches.map_y - 6], 0x10);
|
||||
|
Loading…
Reference in New Issue
Block a user