forked from mirror/OpenTTD
(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.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user