diff options
author | John Ankarström <john@ankarstrom.se> | 2022-07-20 02:12:57 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-07-20 02:12:57 +0200 |
commit | 0e8054175d1ba6898830a2df20ea7f6660880f80 (patch) | |
tree | b9b5875bc568f05d132c20eadb9f280d121e9c60 | |
parent | df42108d1f4c1628fe62874e48e87282fab6bc65 (diff) | |
download | EpisodeBrowser-0e8054175d1ba6898830a2df20ea7f6660880f80.tar.gz |
Fix timer.
-rw-r--r-- | c/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -280,6 +280,7 @@ LRESULT CALLBACK WndProc(const HWND hWnd, const UINT uMsg, const WPARAM wParam, TEXT(""))); } else { i = 0; + g_bThread = 0; prefer<KillTimer>(hWnd, IDT_TIMER); g_pElv->Update(); } |