summaryrefslogtreecommitdiff
path: root/src/window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.cpp')
-rw-r--r--src/window.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.cpp b/src/window.cpp
index 787c607f7..742b63c71 100644
--- a/src/window.cpp
+++ b/src/window.cpp
@@ -1984,7 +1984,7 @@ void UpdateWindows()
if (t >= 100) {
for (wz = _last_z_window; wz != _z_windows;) {
- CallWindowEventNP(*--wz, WE_4);
+ CallWindowEventNP(*--wz, WE_100_TICKS);
}
t = 0;
}