aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-07-20 02:12:57 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-07-20 02:12:57 +0200
commit0e8054175d1ba6898830a2df20ea7f6660880f80 (patch)
treeb9b5875bc568f05d132c20eadb9f280d121e9c60
parentdf42108d1f4c1628fe62874e48e87282fab6bc65 (diff)
downloadEpisodeBrowser-0e8054175d1ba6898830a2df20ea7f6660880f80.tar.gz
Fix timer.
-rw-r--r--c/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/main.cpp b/c/main.cpp
index 1a50c6f..a72de53 100644
--- a/c/main.cpp
+++ b/c/main.cpp
@@ -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();
}