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/misc_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/misc_gui.cpp') diff --git a/src/misc_gui.cpp b/src/misc_gui.cpp index dfbee20f7..06af009d8 100644 --- a/src/misc_gui.cpp +++ b/src/misc_gui.cpp @@ -401,7 +401,7 @@ static void ErrmsgWndProc(Window *w, WindowEvent *e) if (_right_button_down) delete w; break; - case WE_4: + case WE_100_TICKS: if (--_errmsg_duration == 0) delete w; break; -- cgit v1.2.3-54-g00ecf