diff options
author | rubidium <rubidium@openttd.org> | 2008-05-09 09:29:27 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-05-09 09:29:27 +0000 |
commit | 0f7d925121beb1033917918478c7d213305de595 (patch) | |
tree | 3a614e86500df9bd4d6ff37cbc44cca603933d88 /src/industry_gui.cpp | |
parent | edc756697eb51474fdf0bad5c64056cf5d12d377 (diff) | |
download | openttd-0f7d925121beb1033917918478c7d213305de595.tar.xz |
(svn r13024) -Codechange: do not use WE_MOUSELOOP when WE_TICK suffices, rename WE_4 to something more descriptive and correct some (completely incorrect) comments.
Diffstat (limited to 'src/industry_gui.cpp')
-rw-r--r-- | src/industry_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/industry_gui.cpp b/src/industry_gui.cpp index 35aee71d8..5e2c7f652 100644 --- a/src/industry_gui.cpp +++ b/src/industry_gui.cpp @@ -881,7 +881,7 @@ static void IndustryDirectoryWndProc(Window *w, WindowEvent *e) } break; - case WE_4: + case WE_100_TICKS: w->SetDirty(); break; |