forked from mirror/OpenTTD
(svn r2932) Give the strings consisting of an up/a down arrow symbolic names
This commit is contained in:
@@ -436,7 +436,7 @@ static void TownDirectoryWndProc(Window *w, WindowEvent *e)
|
||||
SetVScrollCount(w, _num_town_sort);
|
||||
|
||||
DrawWindowWidgets(w);
|
||||
DoDrawString(_town_sort_order & 1 ? "\xAA" : "\xA0", (_town_sort_order <= 1) ? 88 : 187, 15, 0x10);
|
||||
DoDrawString(_town_sort_order & 1 ? DOWNARROW : UPARROW, (_town_sort_order <= 1) ? 88 : 187, 15, 0x10);
|
||||
|
||||
{
|
||||
Town *t;
|
||||
|
Reference in New Issue
Block a user