mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-07 06:46:43 +00:00
(svn r10618) -Fix(r10167): remove unneeded comment
This commit is contained in:
parent
0fada78480
commit
c62d0719ae
@ -761,7 +761,6 @@ static void IndustryDirectoryWndProc(Window *w, WindowEvent *e)
|
||||
case WE_CLICK:
|
||||
switch (e->we.click.widget) {
|
||||
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_dirty = true;
|
||||
SetWindowDirty(w);
|
||||
|
Loading…
Reference in New Issue
Block a user