Changeset - r7279:62c7cb4d0c96
[Not reviewed]
master
0 1 0
belugas - 17 years ago 2007-07-18 16:02:42
belugas@openttd.org
(svn r10618) -Fix(r10167): remove unneeded comment
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/industry_gui.cpp
Show inline comments
 
@@ -761,7 +761,6 @@ static void IndustryDirectoryWndProc(Win
 
	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);
0 comments (0 inline, 0 general)