From f4387004025efb3860a2934ed6d82a7e6f1cd716 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 9 May 2008 09:29:27 +0000 Subject: (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. --- src/town_gui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/town_gui.cpp') diff --git a/src/town_gui.cpp b/src/town_gui.cpp index 283cd448c..83a487659 100644 --- a/src/town_gui.cpp +++ b/src/town_gui.cpp @@ -252,7 +252,7 @@ static void TownAuthorityWndProc(Window *w, WindowEvent *e) } break; - case WE_4: + case WE_100_TICKS: w->SetDirty(); break; } @@ -555,7 +555,7 @@ static void TownDirectoryWndProc(Window *w, WindowEvent *e) } break; - case WE_4: + case WE_100_TICKS: w->SetDirty(); break; -- cgit v1.2.3-70-g09d2