diff options
Diffstat (limited to 'src/player_gui.cpp')
-rw-r--r-- | src/player_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player_gui.cpp b/src/player_gui.cpp index 845d5249f..78f5120d2 100644 --- a/src/player_gui.cpp +++ b/src/player_gui.cpp @@ -1309,7 +1309,7 @@ static void PlayerCompanyWndProc(Window *w, WindowEvent *e) } break; - case WE_MOUSELOOP: + case WE_TICK: /* redraw the window every now and then */ if ((++w->vscroll.pos & 0x1F) == 0) w->SetDirty(); break; |