mirror of https://github.com/OpenTTD/OpenTTD
(svn r10618) -Fix(r10167): remove unneeded comment
parent
0fada78480
commit
c62d0719ae
|
@ -761,7 +761,6 @@ static void IndustryDirectoryWndProc(Window *w, WindowEvent *e)
|
||||||
case WE_CLICK:
|
case WE_CLICK:
|
||||||
switch (e->we.click.widget) {
|
switch (e->we.click.widget) {
|
||||||
case DIRECTORY_INDU_SORTBYNAME: {
|
case DIRECTORY_INDU_SORTBYNAME: {
|
||||||
//byte current_sort = e->we.click.widget - DIRECTORY_INDU_SORTBYNAME;
|
|
||||||
_industry_sort_order = _industry_sort_order == 0 ? 1 : 0;
|
_industry_sort_order = _industry_sort_order == 0 ? 1 : 0;
|
||||||
_industry_sort_dirty = true;
|
_industry_sort_dirty = true;
|
||||||
SetWindowDirty(w);
|
SetWindowDirty(w);
|
||||||
|
|
Loading…
Reference in New Issue